Skip to main content
GET
/
usage
Retrieve usage and credits data
curl --request GET \
  --url https://api.secton.org/v1/usage \
  --header 'Authorization: Bearer <token>'
{
  "creditsAvailable": 10000,
  "creditsTotal": 50000
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Usage information for the organization

creditsAvailable
integer
Example:

10000

creditsTotal
integer
Example:

50000

I