Subscriptions
Get current subscription
Returns current plan, subscription details, and usage summary
GET
/
api
/
subscription
Error
A valid request URL is required to generate request examples{
"plan": {
"id": 123,
"name": "<string>",
"display_name": "<string>",
"price_monthly_cents": 123,
"price_yearly_cents": 123,
"limits": {
"templates": 123,
"submissions_per_month": 123,
"users": 123,
"storage_mb": 123
},
"features": [
"<string>"
],
"position": 123
},
"subscription": {
"id": 123,
"current_period_start": "2023-11-07T05:31:56Z",
"current_period_end": "2023-11-07T05:31:56Z",
"canceled_at": "2023-11-07T05:31:56Z",
"trial_ends_at": "2023-11-07T05:31:56Z"
},
"usage": {
"templates": {
"used": 123,
"limit": 123,
"allowed": true
},
"submissions_this_month": {
"used": 123,
"limit": 123,
"allowed": true
},
"users": {
"used": 123,
"limit": 123,
"allowed": true
}
}
}⌘I
Error
A valid request URL is required to generate request examples{
"plan": {
"id": 123,
"name": "<string>",
"display_name": "<string>",
"price_monthly_cents": 123,
"price_yearly_cents": 123,
"limits": {
"templates": 123,
"submissions_per_month": 123,
"users": 123,
"storage_mb": 123
},
"features": [
"<string>"
],
"position": 123
},
"subscription": {
"id": 123,
"current_period_start": "2023-11-07T05:31:56Z",
"current_period_end": "2023-11-07T05:31:56Z",
"canceled_at": "2023-11-07T05:31:56Z",
"trial_ends_at": "2023-11-07T05:31:56Z"
},
"usage": {
"templates": {
"used": 123,
"limit": 123,
"allowed": true
},
"submissions_this_month": {
"used": 123,
"limit": 123,
"allowed": true
},
"users": {
"used": 123,
"limit": 123,
"allowed": true
}
}
}