Channel Meta

Get user channel meta by id

Info

Required scope: channels.read

Warning

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

Response

Success
Error
{
  "title": "Channel Title"
}