Skip to main content
POST
Get team billable resource statistics

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Response

billableUsers
number
required

Number of billable users

billableEndpoints
number
required

Number of billable endpoints

billableUsersSource
enum<string>
required

Source of billable users count

Available options:
license,
derived
billableEndpointsSource
enum<string>
required

Source of billable endpoints count

Available options:
license,
derived
totalUserSeats
number | null
required

Total user seats from license (null when derived)

totalEndpointSeats
number | null
required

Total endpoint seats from license (null when derived)