Unify and manage your data

Get destinations for a segment

Learn more about the activation Api to get all destinations for a segment.

This Activation service API will enable you to retrieve and list all destinations along with schedule for activation of a segment.

Request

GET /api/[env]/[tenant]/destinations?segmentUri=[segmentUri]&max=[max]&offset=[offset] 
Parameter Required Description
Headers Authorization YesInformation about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.

Request parameter

ParameterTypeDescription
segmentUriStringThe segment URI for which you want to retrieve destinations.
maxNumberThe maximum number of results to be displayed in a page.
offsetNumberThe offset for pagination.

Response

ParameterType Description
successbooleanTrue for success response
errorErrorError object for details
totalNumberThe total count of destinations for the specified segment.
resultDestination[]Array of destination
result[number].idStringUUID of the destination
result[number].integrationIdStringUUID of the integration
result[number].typeType of schedule, which can be One time or recurring.
result[number].scheduleString

If you selected the Recurring type, enter a string with a recurring rule based on RFC 5545. If you selected the One time type, enter a date.

result[number].segmentUriStringThe segment URI to get details about the segment.