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/platforms/accounts?v&language&platform' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"id": 0,
"accountId": "string",
"name": "string",
"avatar": "string",
"status": 0
}
]
}
Modified at 2025-09-11 17:15:27