cURL
curl --request GET \ --url https://api.factory.ai/api/v0/organization/usage/limits/global \ --header 'Authorization: Bearer <token>'
{ "limit": 1 }
Returns the global per-user credits limit for the organization. This limit applies to all users who do not have an individual override.
Factory API key or JWT token for authentication
Response for status 200
Current global per-user credits limit, or null if none is configured
x >= 0