Plans
List available plans
Public endpoint - no authentication required
GET
/
api
/
plans
Error
A valid request URL is required to generate request examples{
"data": [
{
"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
}
]
}Response
200 - application/json
Available plans
Show child attributes
Show child attributes
⌘I
Error
A valid request URL is required to generate request examples{
"data": [
{
"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
}
]
}