Skip to main content
GET
/
subscriptions
/
status
Error
A valid request URL is required to generate request examples
{
  "status": "<string>",
  "plan_id": "<string>",
  "current_period_end": "2023-11-07T05:31:56Z",
  "cancel_at": "2023-11-07T05:31:56Z",
  "has_subscription": true
}

Authorizations

Authorization
string
header
required

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

Response

OK

Summary of subscription status including plan, period end, cancellation date, and whether a subscription exists

status
string
required
plan_id
string | null
required
current_period_end
string<date-time> | null
required
cancel_at
string<date-time> | null
required
has_subscription
boolean
required

Whether the organization has a subscription record