List all subscriptions
This endpoint retrieves all active subscriptions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number.
1
Number of records per page.
20
Filter the results by currency, expressed as an ISO 4217 code.
"EUR"
The customer external unique identifier (provided by your own application)
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Filter subscriptions by their external unique identifier (provided by your own application).
"my_sub_1234567890"
The unique code representing the plan to be attached to the customer. This code must correspond to the code property of one of the active plans.
"premium"
When set, filters subscriptions by whether their plan is an override of a parent plan. true returns only subscriptions on overridden plans; false returns only those on standard (non-overridden) plans.
true
If the field is not defined, Lago will return only active subscriptions. However, if you wish to fetch subscriptions by different status you can define them in a status[] query param. Available filter values: pending, canceled, terminated, active.
active, canceled, pending, terminated Filter subscriptions by billing entity codes.