Queue Status
Poll the status of an async order after 202 from POST /orders or bulk.
How to call — GET {server}/api/v1/business/orders/order-requests/{id} with X-API-Key.
Authorizations
Your UGiftMe API key for authentication.
Format: Secure API key (e.g., <your-api-key>)
Required: All endpoints require this header
Example: X-API-Key: <your-api-key>
Path Parameters
Response
Order request
"65e4f5b6c7d8e90123456789"
"succeeded"
single or bulk.
"single"
Present when the request completes successfully. Usually a BusinessOrder for single or BulkOrderCreatedResponse for bulk; may be an arbitrary object while workers evolve.
- Option 1
- Option 2
- Option 3
Present when the request failed.
"2025-04-12T14:20:00.000Z"
"2025-04-12T14:22:12.000Z"
