Get channels with accounts
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:read-Чтение платформ
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/platforms/account/channels?v=undefined&language=undefined&platform=undefined&ids=undefined&project_id=undefined&q=undefined&sort=undefined&request_id=undefined&limit=undefined&page=undefined'
Responses
application/json
{
"results": [
{
"id": "string",
"name": "string",
"photo": "string",
"members": 0,
"connectedId": 0,
"accounts": [
{
"id": "123",
"name": "Account 1",
"avatar": "https://example.com/avatar.png",
"internalId": 123
}
]
}
],
"totalItems": 0,
"totalPages": 0,
"currentPage": 0,
"nextPage": 0
}
Modified at 2026-05-13 15:11:55