Skip to main content
GET
/
plan-tiers
/
usage
Error
A valid request URL is required to generate request examples
{
  "plan_id": "<string>",
  "plan_name": "<string>",
  "features": {
    "sso": true,
    "scim": true,
    "audit_logs": true,
    "custom_domains": true
  },
  "usage": {
    "seats": {
      "current": 0,
      "limit": 0
    },
    "end_users": {
      "current": 0,
      "limit": 0
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

OK

Complete usage summary with plan features and resource counts

plan_id
string
required

Plan tier ID

plan_name
string
required

Plan tier display name

features
object
required

Boolean flags for feature availability

usage
object
required

Current resource usage with limits