Get token for connect to centrifuge for project
Get token for connect to centrifuge for project
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/auth/connect?v=undefined&language=undefined&project_id=undefined'
Responses
application/json
{
"access_token": "string",
"expires_in": 300
}
Modified at 2026-05-13 15:11:55