Event SRT Stream Keys

Get SRT stream keys and url for user's event by id

Info

Required scopes: stream.read

Warning

This method requires authentication

Warning

SRT is available on Business and custom Enterprise plans only.

Retrieve SRT stream keys and url by event id.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/events/2527849f-f961-4b1d-8ae0-8eae4f068327/srt/streamKey

Response

Success
Error
{
  "streamId": "srt_xxx_xxx_xxx",
  "passPhrase": "re_xxx_xxx",
  "url": "srt://live.restream.io:2010?streamid=srt_xxx_xxx_xxx&passphrase=re_xxx_xxx"
}