Download Order Digital Codes
GET /api/v1/orders/{order}/download-codes
Downloads a ZIP file containing digital codes for the order.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Downloads a ZIP file containing digital codes for the order
GET /api/v1/orders/{order}/download-codes
Downloads a ZIP file containing digital codes for the order.
| Parameter | Type | Required | Description |
|---|---|---|---|
order | string (ULID) | ✅ | The ulid in order |
| Status | Description |
|---|---|
200 OK | Returns a ZIP file (application/zip) containing the digital codes |
401 Unauthorized | Missing or invalid authentication token |
403 Forbidden | Access denied |
404 Not Found | Order not found or no codes available |