get
https://api.lirium-sandbox.com/v1/customers//orders/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Send Order Authorizations
Send orders may include an authorizations array within the send node. Each authorization represents a partner approval required before the order can be processed.
| Field | Type | Description |
|---|---|---|
| id | string | Unique authorization identifier |
| type | string | Authorization type (e.g., partner) |
| state | string | Current state: pending, approved, or rejected |
| expires_at | string | ISO 8601 expiration timestamp |
| signed_at | string | ISO 8601 timestamp when the authorization was signed (present when approved/rejected) |
Use Update Order Authorization to approve or reject pending authorizations.
