How it works
When you make a request to Grid’s API, you can include anx-idempotency-key
header. If you retry a failed request with the same key, Grid ensures that the operation is only processed once.
Using idempotency keys
Include anx-idempotency-key
header in your request:
Key requirements
- The
x-idempotency-key
header is optional but recommended for POST requests - Keys must be unique for each operation
- Keys are case-sensitive
- Keys can contain letters, numbers, hyphens, and underscores