- Method v1
- User
- PlanRestream
- MoneyFlow
- UserProject
- Project
- ProjectHistory
- NotifyUser
- Centrifuge
- Stream key
- PlanTranscoding
- PlanStorage
- Channel settings
- Optional settings for vk. Depends on the tariff.
- Optional settings for youtube. Depends on the tariff.
- Optional settings for trovo. Depends on the tariff.
- Optional settings for twitch. Depends on the tariff.
- Optional settings for ok. Depends on the tariff.
- Optional settings for vk video live. Depends on the tariff.
- Set planned id. Depends on the tariff.
- Get playlists from the platform
- Get planned list
- Set name from custom channel. Global settings.
- Set rtmp url from channel. Global settings.
- Set transcoder from channel. Personal settings.
- Get status platform
- Get status platform
- Optional settings for telegram
- Get telegram post by filter
- Get telegram post list
- Get telegram settings
- Set telegram settings
- Get code for connected chat
- Disconnect telegram chat
- Channel
- Transcoders
- Platforms
- Auth
- Socials
- Transactions
- BlogPage
- HelpPage
- NotifyHistory
- ProjectChannelInvite
- List of invites for channel in projectGET
- Get invitation for channelGET
- Accept channel invitation for selected projectPOST
- Decline channel invitation for selected projectPOST
- Get channel invitation using a secret linkGET
- Accept channel invitation using a secret linkPOST
- Decline channel invitation using a secret linkPOST
- Get channel invite item for my channel for another userGET
- Add channel invite item for another user by idPOST
- Add channel invite item for another user by emailPOST
- Del channel invite item for my channel for another userPOST
- ProjectChannel
- BlogPageTag
- RtmpServer
- Pay system
- Payment
- Pay setting
- Stream pull keys
- Payout
- Chat gateway
- Broadcast
- Release
- Live
- Analytics
- Promo
- PolicyPage
- Referrals
- Pull servers
Get invitation for channel
GET
/method/channel_invite/get_for_project
ProjectChannelInvite
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Query Params
v
enum<string>Â
required
Allowed values:
123
Example:
3
language
enum<string>Â
required
Allowed values:
ruencn
Default:
en
Example:
en
project_id
numberÂ
required
channel_id
numberÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.streamvi.io/method/channel_invite/get_for_project?v&language&project_id&channel_id'
Responses
🟢200OK
application/json
Body
project_channel_invite_id
numberÂ
required
Example:
1
channel_id
numberÂ
required
Example:
1
to_project_id
number  | nullÂ
required
Example:
1
access_type
numberÂ
required
Example:
1
date
string <date-time>
required
Example:
1
secret
stringÂ
required
Example:
1
email
string  | nullÂ
required
Example:
1
reject
boolean  | nullÂ
required
Example:
1
from_user_id
number  | nullÂ
required
Example:
1
channel_
objectÂ
optional
Example:
{"user_id":1,"name":"Alon","fename":"Walker","photo_50":"https://example.com/photo.jpg","ref_id":"asdfaD9"}
channel_id
numberÂ
required
Example:
1
name
stringÂ
required
Example:
Alon
photo_50
stringÂ
required
Example:
https://example.com/photo.jpg
Example
{
"project_channel_invite_id": 1,
"channel_id": 1,
"to_project_id": 1,
"access_type": 1,
"date": 1,
"secret": 1,
"email": 1,
"reject": 1,
"from_user_id": 1,
"channel_": {
"user_id": 1,
"name": "Alon",
"fename": "Walker",
"photo_50": "https://example.com/photo.jpg",
"ref_id": "asdfaD9",
"channel_id": 1
}
}
🟠400Bad Request
Modified at 2025-05-05 15:10:46