Order history
POST/orders/list
Returns orders of this integration, newest first by created_at and order ID. Filters are combined. api_user_id and partner_order_id are exact matches; multiple orders can have the same partner_order_id. Date bounds are inclusive and interpreted in UTC. Issued codes and recipient data are available via /orders/status, not this list.
Request
Responses
- 200
- 401
- 422
- 429
- 500
- 503
Operation result; inspect success and status/valid.
Missing/invalid API key, wrong integration ID or inactive integration.
Request validation failed, including unknown fields or an invalid module variant.
Integration rate limit exceeded: 100 requests per 60 seconds across all public endpoints.
Unexpected server error.
Service or data temporarily unavailable.