Usage

Retrieve usage and credits data

get

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
get
GET /v1/usage HTTP/1.1
Host: api.secton.org
Authorization: Bearer JWT
Accept: */*
{
  "creditsAvailable": 10000,
  "creditsTotal": 50000
}

Was this helpful?