Auth token for broadcast
Deprecated
Use /method/centrifuge/auth/channel instead.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
centrifuge:read-Чтение Centrifuge
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/centrifuge/token/broadcast?broadcast_id=undefined&language=undefined&v=undefined&project_id=undefined'
Responses
application/json
{
"access_token": "string"
}
Modified at 2026-05-13 15:11:55