v1
latestOpenAPI 3.1.02026-07-24104338.0 KBPlans
List your subscription plans
Returns all your plans, newest first, regardless of status. Use the nextCursor from the previous response to fetch the next page.
get/api/v3/subscriptions/plans
Query parameters
pageSizeinteger
Maximum items per page. Defaults to 20, capped at 100.
cursorstring
Response
Your plans, newest first.
Example response
{
"items": [
{
"asset": "USD",
"price": {
"amount": "29.00",
"asset": "USD"
},
"gracePeriod": "P3D",
"createdAt": 1748513400,
"updatedAt": 1748513400
}
]
}