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
Example request
{
"account_id": "1937897674001"
}Response
200
Example response
{
"account_id": "1937897674001"
}