Retrieve an asset or live stream ID
GET {{baseUrl}}/video/v1/playback-ids/:PLAYBACK_ID
Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"a1B2c3D4e5F6g7H8i9","policy":"public","object":{"type":"asset","id":"123456789012345678"}}}