Get user channel by id
Required scope: channels.read
This method requires authentication
Retrieve a user channel by id.
curl -H "Authorization: Bearer [access token]" \ https://api.restream.io/v2/user/channel/123456
{ "id": 123456, "streamingPlatformId": 000, "embedUrl": "https://beam.pro/embed/player/xxx", "url": "https://beam.pro/xxx", "identifier": "xxx", "displayName": "xxx", "active": true }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }