order

Returns a pack order

Retrieve all info about the pack currently used by the account from which the request was made. This includes pricing and excess data. If the account has no active offer, this will throw an error.

get/1/videos/order

Path parameters

orderstring required

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

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.