Usage
Get the current usage and available credits for your organization. Not available for the playground organization.
Authorizations
Responses
200
Usage information for the organization
application/json
401
Unauthorized - Invalid or missing API key
application/json
403
Forbidden - Playground organization usage not available
application/json
404
Organization not found
application/json
500
Internal server error fetching usage data
application/json
get
GET /v1/usage HTTP/1.1
Host: api.secton.org
Authorization: Bearer JWT
Accept: */*
{
"creditsAvailable": 10000,
"creditsTotal": 50000
}
Was this helpful?