channel - "$project_channels:{project_id}"
expiresIn - 30min
project access min - editor
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/project?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"access_token": "string"
}
Modified at 2025-09-11 17:15:27