v1

latestOpenAPI 3.1.02026-07-24104338.0 KB
Plans

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.

nextCursorstring

Opaque cursor for the next page. Present only when hasMore is true.

hasMoreboolean required

Example response

{
  "items": [
    {
      "asset": "USD",
      "price": {
        "amount": "29.00",
        "asset": "USD"
      },
      "gracePeriod": "P3D",
      "createdAt": 1748513400,
      "updatedAt": 1748513400
    }
  ]
}
All 18 operations