Skip to main content
GET
Get current subscription status

Authorizations

Authorization
string
header
required

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

Response

Returns current subscription status and usage

currentPlan
enum<string>
required

Current subscription plan

Available options:
free,
pro
Example:

"free"

status
enum<string>
required

Subscription status

Available options:
active,
past_due,
canceled,
trialing
Example:

"active"

limits
object
required

Plan limits

usage
object
required

Current usage metrics