Option
Return option
This endpoint allows you to retrieve option.
get/1/videos/{channel}/options/{video_option}
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
video_optionstring required
Query parameters
account_idinteger required
Account identifier
The account identifier
Response
OK
Example response
{
"result": "success",
"data": {
"id": 1
}
}