v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Media Sharing

Add Affiliate

Adds an affiliate to a channel - this is a Master account operation

put/v1/accounts/{{account_id}}/channels{channel_name}}/members/{{affiliate_account_id}}

Path parameters

account_idstring required

Video Cloud account ID.

channel_namestring required

The name of the channel - usually default

affiliate_account_idstring required

Video Cloud affiliate account ID for media sharing relationships

Headers

Content-Typestring required

Content-Type: application/json

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Request body

account_idstring

affiliate account id

Example request

{
  "account_id": "1937897674001"
}

Response

200

account_idstring

affiliate account id

Example response

{
  "account_id": "1937897674001"
}