Unify and manage your data

Search destinations for a segment

Learn more about the Segmentation Api to search for destinations.

This Activation service API will enable you to search for destinations for a list of segments.

Request

POST /api/[env]/[tenant]/destinations/search
Parameter Required Description
Headers Authorization YesInformation about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.

Request body

ParameterTypeDescription
[number]StringArray with segment URIs

Response

ParameterType Description
successbooleanTrue for success response
errorErrorError object for details
resultDestination[]Array of destinations
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

Can be one of the following:

  • A string with a recurring rule based on RFC 5545.

  • A date, if type is One time.

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