Read order status
Returns the lifecycle state of a previously placed order. Consumers POST /v4/account/orders/create, then poll this endpoint every 1–2 seconds with the returned order_id until status === "processed". At that point data.subaccount is populated with the same shape /v4/account/subaccounts emits, so the caller can drop it straight into per-product endpoints like /v4/account/{AccountID}/datacenter_shared/proxy-list.
Gated on account:api_ordering:read. The order’s email must match the authenticated identity — mismatches return 404 (not 403) so existence isn’t leaked.
Authorizations
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Path Parameters
Order ID returned by POST /v4/account/orders/create.