Skip to main content
GET
/
api
/
v0
/
organization
/
usage
/
limits
/
global
Get global user token limit
curl --request GET \
  --url https://api.factory.ai/api/v0/organization/usage/limits/global \
  --header 'Authorization: Bearer <token>'
{
  "limit": 1
}

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Response

Response for status 200

limit
integer | null
required

Current global per-user token limit, or null if none is configured

Required range: x >= 0