Get Order Digital Codes (JSON)
GET /api/v1/orders/{order}/get-codes
Returns digital codes for the order in JSON format.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
order | string (ULID) | ✅ | The ulid in order |
Example Response
Responses
| Status | Description |
|---|---|
200 OK | Successful operation |
401 Unauthorized | Missing or invalid authentication token |
403 Forbidden | Access denied |
404 Not Found | Order not found or no codes available |