For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Method

GET

URL

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: ••

You can find your AccessKey , AccessSecret and ApplicationId in the Zotlo Panel under Developer Tools → API Keys

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