v5
OpenAPI 3.1.02026-08-043621,4011.8 MBproductions
Create Order
Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.
post/v1/productions/orders
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"sandbox": false
}Response
Successful Response
Example response
{
"order_id": "prodorder_01jgatk6h0fwxrtbjade61yqhx",
"sandbox": false
}