Get subscription by ID
In previous versions of the API, another endpoint existed to retrieve a subscription by the subscriber ID. This endpoint is now deprecated and will be removed in a future version of the API. Please use this endpoint instead. The subscription ID can be found by exporting a list of subscriptions either via the
Settings > Publications > Export Data
or by exporting a CSV in a segment.Path parameters
publicationId
The prefixed ID of the publication object
subscriptionId
The prefixed ID of the subscription object
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
expand[]
Optional list of expandable objects.subscription_premium_tiers
- Returns an array of tiers the subscription is associated with.referrals
- Returns an array of subscriptions with limited data - id
, email
, and status
. These are the subscriptions that were referred by this subscription.stats
- Returns statistics about the subscription(s).custom_fields
- Returns an array of custom field values that have been set on the subscription. tags
- Returns an array of tags that have been set on the subscription.
Allowed values:
Response
OK
data
The subscription object