Changelog
Every change to the API is recorded here. Breaking changes ship as a new version with 90 days notice.
v1.0.0
NEW- Initial release of Reseller API v1: health, catalog, regions, check-player, orders (create, list, detail, events, cancel), wallet and account endpoints
- Idempotency-Key (UUID v4) required on POST; replayed requests return the original response
- order.status_changed webhook with HMAC-SHA256 signing and a durable outbox with six retries
- RX Points as an immutable ledger, the single source of truth for wallet balance
- Admin API access management: enable or disable accounts, revoke keys, bulk actions and a full audit trail
Versioning policy
- Major: breaking changes launch as a new version (/v2) while /v1 is sunset with 90 days notice plus Deprecation and Sunset headers.
- Minor: additive changes such as new fields or endpoints, fully backward compatible.
- Patch: bug fixes, typo corrections and documentation updates.