Skip to main content
GET
List Subscriptions

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

altId
string
required

AltId is the unique identifier e.g: location id.

Example:

"3SwdhCu3svxI8AKsPJt6"

altType
enum<string>
required

AltType is the type of identifier.

Available options:
location
Example:

"location"

entityId
string

Entity id for filtering of subscriptions.

Example:

"61dd0fe9c077f73e67f78803"

paymentMode
string

Mode of payment.

Example:

"live"

startAt
string

Starting interval of subscriptions.

Example:

"2024-02-01"

endAt
string

Closing interval of subscriptions.

Example:

"2024-02-13"

entitySourceType
string

Source of the subscriptions.

Example:

"funnel"

The name of the subscription for searching.

Example:

"Awesome subscription"

contactId
string

Contact ID for the subscription

Example:

"AmuzcoPBpgKeccNsFlib"

id
string

Subscription id for filtering of subscriptions.

Example:

"64bf78af39118e4011926cba"

limit
number
default:10

The maximum number of items to be included in a single page of results

Example:

20

offset
number
default:0

The starting index of the page, indicating the position from which the results should be retrieved.

Example:

0

getPaymentsCollectedCount
boolean

Get the total payments collected for the subscription.

Example:

"true"

Response

Successful response

data
object[]
required

An array of subscriptions

totalCount
number
required

total subscriptions count

Last modified on March 8, 2026