GET /api/orders
OAuth AuthorizationRequired: order_read
SCHEMA
orders
: Array
id
: UUIDstatus
: String<open,pending,awaiting_payment,processing,cancelled,failed,completed
project
: Object
id
: Integername
: Stringcreated_at
: DateTimeupdated_at
: DateTimeGET /api/orders/{id}
OAuth AuthorizationRequired: order_read
SCHEMA
orders
: Object
id
: UUIDstatus
: String<open,pending,awaiting_payment,processing,cancelled,failed,completed
project
: Object
id
: Integername
: Stringcreated_at
: DateTimeupdated_at
: DateTimePOST /api/orders
OAuth AuthorizationRequired: order_write
SCHEMA
order
: Object
project_name
: Stringskip_ssh
: Booleanlocation_id
: Integerproject_id
: Integer | Only if adding to existing projectcontainers
: Array
image_id
: Integerdomains
: Array<String>
| provide an optional list of domains you want added after the order is provisioned.resources
: Object
package_id
: Integerparams
: Array
key
: Stringvalue
: String