Idempotency
Safely retry requests without accidentally performing the same operation twice.
The ChatPulse API supports idempotency for safely retrying POST requests without accidentally executing the same action twice (e.g., preventing duplicate emails or WhatsApp messages). This is useful when an API call is disrupted in transit and you do not receive a response.
To perform an idempotent request, provide an additional Idempotency-Key: <key> header to the request.
Idempotency-Key: uuid-v4-stringKeys expire after 24 hours.