Skip to main content
GET
/
api
/
billing
/
status
Get billing status
curl --request GET \
  --url https://operator.io/api/billing/status \
  --header 'Authorization: Bearer <token>'
{
  "billing": {},
  "capacity": {},
  "plans": [
    {}
  ],
  "trial": {}
}

Authorizations

Authorization
string
header
required

API key (ck_live_...). Create one in Settings > API Keys.

Response

200 - application/json

Billing status.

billing
object
capacity
object
plans
object[]
trial
object