Option > Record

show a storage config

This endpoint allows you to retrieve to get the recording config.

Create a channel from the given request for the order identified byt hte given ID.

NOTE: the current user must already have the video product added to his account. Otherwise, this will fail.

get/1/videos/{channel}/options/recording

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

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.