Base URLs
| Environment | Base URL |
|---|---|
| Production | https://api.archiveorder.com |
| Development | https://api-dev.archiveorder.com |
Authentication
All endpoints require:Idempotency
Mutating endpoints supportIdempotency-Key.
Use idempotency keys for:
POST /ordersPOST /orders/{orderId}/withdrawPOST /orders/{orderId}/offers/{offerId}/selectPOST /orders/{orderId}/offers/{offerId}/declinePOST /orders/{orderId}/payments/initiatePOST /orders/{orderId}/payments/finalizePOST /orders/{orderId}/messagesPOST /webhook-endpointsDELETE /webhook-endpoints/{endpointId}
Endpoint groups
| Group | Endpoints |
|---|---|
| Orders | Create, list, inspect, and withdraw archive document orders. |
| Offers | List, select, and decline researcher offers. |
| Payments | Initiate, inspect, and finalize offer payments. |
| Messages | Exchange order-specific messages. |
| Documents | Retrieve delivered documents. |
| Events | Read order event history. |
| Webhook endpoints | Register and manage webhook delivery targets. |

