Get Subscriptions
Retrieve subscriptions with optional filtering by template, customer, status, or subscription number. Pass filters.bills: true or filters.payments: true to include related billing and payment data in the response.
Authorizations
Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)
Body
Always "Retrieve"
"Retrieve"
Always "Retrieve Subscriptions"
"Retrieve Subscriptions"
Always "v2"
"v2"
Filter by pricing template code — null returns all
Fetch a specific subscription by its number
Filter by customer/party ID
Filter by subscription type
Filter by status — e.g. "Active", "Disconnected"
Additional data to include — e.g. { "bills": true, "payments": true }
Extra metadata options for the query
Pagination — e.g. { "pageNumber": 0, "size": 10 }. null returns all
