This endpoint returns a list of subscriptions.

Log in to see full request history
Query Params
integer

Invoices are paginated, this is the current page which will be returned. The page index is starting at 1.

string

You can choose to filter billing_subscriptions on a specific attributes (status, customer_id, start, etc).

Please refer to the filters page to learn how to correctly build the filter parameter.

For instance, you can select the invoices that have the status draft by using the following filter: [{"field": "status", "operator": "scope", "value": "draft"}].

Responses

Response body
object
integer

The total number of pages available

integer

The current page returned

billing_subscriptions
array of objects

List of billing subscriptions

billing_subscriptions
object
number
string
string | null
date-time | null
date
string
string
string
email_settings
object
date-time | null
string
recurring_rule
object
customer
object
invoice_template
object
integer

The corresponding identifier for this resource in the V2 API.
This field is provided to facilitate migration from V1 to V2 API by allowing mapping
between V1 and V2 identifiers. When transitioning to V2 endpoints, use this value
instead of the V1 id or source_id.

Language
Credentials
OAuth2