Skip to main content
GET
/
usage
Get API usage
curl --request GET \
  --url https://app.colacloud.us/api/v1/usage \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "tier": "free",
    "monthly_limit": 500,
    "current_period": "2024-01",
    "requests_used": 127,
    "requests_remaining": 373,
    "per_minute_limit": 10
  }
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

Successful response

data
object