Skip to main content
Version: 1.0.0 OpenAPI spec

Ecourier Webhooks

Outbound webhook events POSTed to URLs you configure.

Verify the authenticity of the request by checking the Signature header using HMAC-SHA256 over the raw JSON body and your webhook secret.

Webhooks can be managed in the Ecourier dashboard.

Delivery is retried on failure (non-2xx response or timeout) up to 4 times, with increasing delays between attempts: 30 seconds, 5 minutes, then 30 minutes. If all attempts fail, the event is marked as failed and no further retries occur.