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
| Yes | Information about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API. |
Request body
| Parameter | Type | Description |
|---|---|---|
| [number] | String | Array with segment URIs |
Response
| Parameter | Type | Description |
|---|---|---|
| success | boolean | True for success response |
| error | Error | Error object for details |
| result | Destination[] | Array of destinations |
| result[number].id | String | UUID of the destination |
| result[number].integrationId | String | UUID of the integration |
| result[number].type | Type of schedule, which can be One time or recurring. | |
| result[number].schedule | String |
Can be one of the following:
|
| result[number].segmentUri | String | The segment URI to get details about the segment. |