You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ActivationsApi.md
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ All URIs are relative to *https://api.segmentapis.com*
9
9
|[**getActivationFromAudience**](ActivationsApi.md#getActivationFromAudience)|**GET** /spaces/{spaceId}/audiences/{audienceId}/activations/{id} | Get Activation from Audience |
10
10
|[**listActivationsFromAudience**](ActivationsApi.md#listActivationsFromAudience)|**GET** /spaces/{spaceId}/audiences/{audienceId}/activations | List Activations from Audience |
11
11
|[**listDestinationsFromAudience**](ActivationsApi.md#listDestinationsFromAudience)|**GET** /spaces/{spaceId}/audiences/{audienceId}/destination-connections | List Destinations from Audience |
12
+
|[**listSupportedDestinationsFromAudience**](ActivationsApi.md#listSupportedDestinationsFromAudience)|**GET** /spaces/{spaceId}/audienceType/{audienceType}/supported-destinations | List Supported Destinations from Audience |
12
13
|[**removeActivationFromAudience**](ActivationsApi.md#removeActivationFromAudience)|**DELETE** /spaces/{spaceId}/audiences/{audienceId}/activations/{id} | Remove Activation from Audience |
13
14
|[**updateActivationForAudience**](ActivationsApi.md#updateActivationForAudience)|**PATCH** /spaces/{spaceId}/audiences/{audienceId}/activations/{id} | Update Activation for Audience |
Lists all Supported Destinations for this audience type that can be activated. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Supported Destinations Listed For Audience` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
0 commit comments