Skip to main content
POST
/
team
/
statistics
/
resources
Get team billable resource statistics
curl --request POST \
  --url https://api.wirespeed.co/team/statistics/resources \
  --header 'Authorization: Bearer <token>'
{
  "billableUsers": 123,
  "billableEndpoints": 123
}

Authorizations

Authorization
string
header
required

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

Response

billableUsers
number
required

Number of billable users

billableEndpoints
number
required

Number of billable endpoints