Skip to main content
The ArchiveOrder API is a JSON REST API.

Base URLs

Authentication

All endpoints require:

Idempotency

Mutating endpoints support Idempotency-Key. Use idempotency keys for:
  • POST /orders
  • POST /orders/{orderId}/withdraw
  • POST /orders/{orderId}/offers/{offerId}/select
  • POST /orders/{orderId}/offers/{offerId}/decline
  • POST /orders/{orderId}/payments/initiate
  • POST /orders/{orderId}/payments/finalize
  • POST /orders/{orderId}/messages
  • POST /webhook-endpoints
  • DELETE /webhook-endpoints/{endpointId}

Endpoint groups