Studio Brands

List user's studio brands

Info

Required scope: studio.read

Warning

This method requires authentication

Retrieve a list of all studio brands belonging to the authenticated user. Brands are used to organize and group studio content such as captions.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/studio/brands

Response

Success
Error
{
  "brands": [
    {
      "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "name": "My Brand"
    },
    {
      "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
      "name": "Gaming Stream"
    }
  ]
}