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/channels/123456

Path Parameters

ParameterTypeDescription
channelIdnumberThe ID of the channel to retrieve

Response

Success (200)
Error (Not Found)
Error (Unauthorized)
{
  "id": 123456,
  "platformId": 29,
  "channelUrl": "https://example.com/live",
  "displayName": "My Custom RTMP"
}