This endpoint enables you to retrieve all subscriptions data managed by Zotlo. It enables you to view active, inactive, or canceled subscriptions on the platform using various filters such as date range, package, and country. The endpoint allows you to fetch large volumes of subscription data efficiently and manage your reporting and operational workflows smoothly.
The service operates with the GET method.
Method
GET
URL
Request Parameters
Field
Type
Description
limit
Optional
Number of records to return in a single page. Default: 25. Maximum: 100.
country
Optional
Filters subscriptions by user country (2-letter ISO code, e.g. UK, US).
package_id
Optional
Filters subscriptions by the associated packageId.
start_date
Optional
Lists subscriptions created on or after this date. Format: YYYY-MM-DD
end_date
Optional
Lists subscriptions created on or before this date. Format: YYYY-MM-DD.
before
Optional
Cursor token to fetch the previous page. Use the value returned under paging.cursors.previous from the last response.
after
Optional
Cursor token to fetch the next page. Use the value returned under paging.cursors.next from the last response.