GET
/
workspaces
/
quotas
{
  "status": "success",
  "data": {
    "credits_left": 90000,
    "rate_limit_left": 19000
  }
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Response

200 - application/json
data
object

Contains the quotas information for the workspace.

success
boolean

Indicates whether the API request was successful.