Skip to main content
Send a unique Idempotency-Key header on every mutating Business API request.
Repeating the same method, path, body, and key returns the stored response. Reusing a key for a different request returns a conflict. Generate keys from stable IDs in your own system and retain them across network retries.