Skip to main content
POST
Get team billable resource statistics

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

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)