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

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

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 1
  }
}

Changes