Idempotency
How it works
curl -X POST "$REKORD_BASE_URL/contributions" \
-H "Authorization: Bearer $REKORD_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: payslip-extract-2026-01-sarah-jones" \
-d '{ ... }'Key format
When to use idempotency keys
Key expiry
SDK behaviour
Last updated

