Skip to main content
GET
/
plan-tiers
/
usage
Get usage summary
curl --request GET \
  --url https://app.usechar.ai/api/plan-tiers/usage \
  --header 'Authorization: Bearer <token>'
{
  "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
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

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