Get user channel meta by id
Required scope: channels.read
This method requires authentication
Retrieve a user channel meta by id.
curl -H "Authorization: Bearer [access token]" \ https://api.restream.io/v2/user/channel-meta/123456
{ "title": "Channel Title" }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }