Get category from the platform
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:
platform:write-Управление платформами
or
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/platforms/logout?v=undefined&language=undefined&id=undefined&platform=undefined'
Responses
application/json
{
"results": [
{
"id": "string",
"name": "string",
"image": "string",
"subList": [
{
"id": "string",
"name": "string"
}
]
}
]
}
Modified at 2026-05-13 15:11:55