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 oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/centrifuge/auth/connect?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"access_token": "string",
"expires_in": 300
}
Modified at 2025-12-18 17:52:15