Option
List option
This endpoint allows you to retrieve to see all option of the channel.
get/1/videos/{channel}/options
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
Query parameters
account_idinteger required
Account identifier
The account identifier
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 1
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.