Get Subscriptions List
This endpoint returns the list of subscriptions managed by Zotlo for a specific project.
Use the GET method to retrieve all subscriptions associated with the project. The response includes the subscription details along with the related package information for each subscription.
Request Parameters
Field
Type
Description
subscriberId
Required
The email or phone number the user provided when starting the subscription.
Sample Request
GET https://api.zotlo.com/v1/subscription/list?subscriberId=SUBSCRIBER_ID HTTP/1.1
AccessKey: ••••••
AccessSecret: ••••••
Content-Type: application/json
ApplicationId: •
Language: ••Successful Response
If you have a subscription and it is active:
Failed Response
All failed responses follow the same standard error format. (See: Error Handling)
Last updated

