List user's studio brands
Required scope: studio.read
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, tickers, and QR codes.
curl -H "Authorization: Bearer [access token]" \ https://api.restream.io/v2/user/studio/brands
{ "brands": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "name": "My Brand" }, { "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "name": "Gaming Stream" } ] }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }