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",
    "current_period": "2024-01",
    "detail_views": {
      "used": 42,
      "limit": 200,
      "remaining": 158
    },
    "list_records": {
      "used": 150,
      "limit": 500,
      "remaining": 350
    },
    "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