Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/channel_invite/list?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"project_channel_invite_id": 1,
"channel_id": 1,
"to_project_id": 1,
"access_type": 1,
"date": "2025-09-11T09:43:14.077Z",
"secret": "string",
"email": "string",
"reject": true,
"from_user_id": 0,
"from_project_id": 0,
"to_project_": {
"user_id": 1,
"name": "Alon",
"fename": "Walker",
"photo_50": "https://example.com/photo.jpg",
"ref_id": "asdfaD9"
}
}
]
}