Get category from the platform
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 POST 'https://api-v2.streamvi.io/method/platforms/logout?v&language&id&platform' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"id": "string",
"name": "string",
"image": "string",
"subList": [
{
"id": "string",
"name": "string"
}
]
}
]
}
Modified at 2025-09-11 17:15:27