Glossary
Idempotency
The property of an API where repeating the same request with the same key has the same effect and returns the same resource, preventing duplicates under retries.
Bookings and changes must be idempotent because networks fail and clients retry. Keys should be first‑class in the API and recorded on the resulting order for audit.
Related terms
Explore connected concepts
Prefer a walkthrough?
See how the products fit together and discuss your use cases in a live demo.