Retrieve destinations
This endpoint is used to fetch destinations.
GEThttps://api.100ms.live/v2/templates/<template_id>/destinations
curl --location --request GET 'https://api.100ms.live/v2/templates/<template_id>/destinations' \ --header 'Authorization: Bearer <management_token>'
RESPONSE
Status: 200 OK
{ "rtmpDestinations": { ... }, "hlsDestinations": { ... }, "transcriptions": { ... } }
Arguments
Name | Type | Description | Required |
---|---|---|---|
template_id — path param | string | Unique identifier of the template you wish to fetch destinations details for. Example: 6316d5ca5a2635a5849a0216 | Yes |
Have a suggestion? Recommend changes ->