Single order detail (reseller isolation enforced)
GET/orders/:id
Single order detail (reseller isolation enforced)
Request
Responses
- 200
- 401
- 404
- 429
Order detail
Authentication failed — missing header, wrong credential, outside the IP whitelist, or a revoked key. No detail is leaked; all cases return a single message.
Response Headers
WWW-Authenticate
RFC 7617 Basic Auth challenge
Order not found (another reseller's record also returns 404)
Per-minute limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying after a 429 (RFC 7231 §7.1.3)
X-RateLimit-Limit
The per-minute limit defined for this key
X-RateLimit-Remaining
X-RateLimit-Reset
Unix epoch of the start of the next window (UTC seconds)