Channel

Get user channel by id

Info

Required scope: channels.read

Warning

This method requires authentication

Retrieve a user channel by id.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/channel/123456

Response

Success
Error
{
  "id": 123456,
  "streamingPlatformId": 000,
  "embedUrl": "https://beam.pro/embed/player/xxx",
  "url": "https://beam.pro/xxx",
  "identifier": "xxx",
  "displayName": "xxx",
  "active": true
}