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/channels/123456
channelId
{ "id": 123456, "platformId": 29, "channelUrl": "https://example.com/live", "displayName": "My Custom RTMP" }
{ "error": { "statusCode": 404, "status": 404, "code": 404, "message": "ChannelNotFound", "name": "channel_not_found" } }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }