Fetch a custom stream target
GET {{baseUrl}}/stream_targets/custom/:id
This operation shows the details of a specific custom stream target.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"stream_target_custom":{"created_at":"2020-01-28T17:16:22.011Z","delivery_protocols":["rtmp"],"name":"My Custom Stream Target","playback_urls":{"rtmp":[{"name":"default","url":"rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"}]},"primary_url":"rtmp://p.ep123456.i.akamaientrypoint.net/EntryPoint","provider":"rtmp","stream_name":"c8467d50@123456","updated_at":"2020-01-30T19:14:11.011Z"}}