Skip to main content
The “List Subscriptions” API allows to retrieve a paginated list of subscriptions. Customize your results by filtering subscriptions based on name, alt type, subscription status, payment mode, date range, type of source, contact, subscription id, entity id, contact or paginate through the list using the provided query parameters. This endpoint provides a straightforward way to explore and retrieve subscription information.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Query parameters

string
default:"3SwdhCu3svxI8AKsPJt6"
required
AltId is the unique identifier e.g: account id.
string
default:"account"
required
AltType is the type of identifier.
string
default:"61dd0fe9c077f73e67f78803"
Entity id for filtering of subscriptions.
string
default:"live"
Mode of payment.
string
default:"2024-02-01"
Starting interval of subscriptions.
string
default:"2024-02-13"
Closing interval of subscriptions.
string
default:"funnel"
Source of the subscriptions.
The name of the subscription for searching.
string
default:"AmuzcoPBpgKeccNsFlib"
Contact ID for the subscription
string
default:"64bf78af39118e4011926cba"
Subscription id for filtering of subscriptions.
number
default:"20"
The maximum number of items to be included in a single page of results
number
default:"0"
The starting index of the page, indicating the position from which the results should be retrieved.
boolean
default:"true"
Get the total payments collected for the subscription.

Respuestas

object[]
required
An array of subscriptions
number
required
total subscriptions count

Ejemplo