Get all branding configuration for the broadcaster.
Parameters
Output
Encoding
application/jsonassets
array
Required
List of available branding assets
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"assets"
],
"properties": {
"assets": {
"type": "array",
"items": {
"ref": "#brandingAsset",
"type": "ref"
},
"description": "List of available branding assets"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"broadcaster": {
"type": "string",
"format": "did",
"description": "DID of the broadcaster. If not provided, uses the server's default broadcaster."
}
}
},
"description": "Get all branding configuration for the broadcaster."
}