GET
/
billing
/
internal
/
seat-count
/
{team}
curl --request GET \
  --url https://api.altostrat.io/billing/internal/seat-count/{team} \
  --header 'Authorization: Bearer <token>'
{
  "license_count": 123,
  "team_available_seats": 123,
  "org_available_seats": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication for internal site-related API access.

Path Parameters

team
string
required

UUID of the Team.

Response

200
application/json

License and seat count details.

The response is of type object.