Channel > Config

Config a channel

This endpoint retrieve the data needed to configure an encoder to publish the streams associated to the given channel. If the channel is meant to be pulled, this will return an empty collection.

post/1/videos/{channel}/encodes

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

Query parameters

account_idinteger required

Account identifier

The account identifier

Request body

passwordstring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.