Channels

GetChannelSubscriptions

Get channel subscriptions

get/channel/{id}/subscriptions

Path parameters

idstring required

The channel id

Query parameters

subscriptionIdsstring[]

Array of subscription IDs

startIdstring

Start subscription ID (it will only work if you have not passed subscriptionIds)

endIdstring

End subscription ID (it will only work if you have not passed subscriptionIds)

fieldsstring[]

Provide additional fields (can contain: customAttributes, tags, topics, segments, country, language, createdAt, clickedDates). Wait time until response will increase if more fields will be requested.

sincestring

Return only subscriptions created since specified UNIX timestamp (in milliseconds). Can use either since or updatedSince.

updatedSincestring

Return only subscriptions last updated since specified UNIX timestamp (in milliseconds). Can use either since or updatedSince.

tagsstring[]

Targeting: array of tag IDs.

topicsstring[]

Targeting: array of topic IDs.

segmentsstring[]

Targeting: array of segment IDs.

customAttributes[user_id]string

Targeting: Search for subscriptions with custom attribute user_id

onlyUnsubscribedstring

For email channels: Return only unsubscribed subscriptions

Response

Success-Response:

Changes

No recorded changes to this endpoint across all 1 revision of this API.