200
HTTP status code to acknowledge receipt of a webhook. If there is no acknowledgement of receipt, we retry with an exponential backoff for up to three days. The maximum retry interval is 1 hour.
X-CC-Webhook-Signature
header. This header contains the SHA256 HMAC signature of the raw request payload, computed using your webhook shared secret as the key.
You can find your shared webhook secret in settings. Always verify the webhook signature before acting on it inside your system.