Registering Webhooks
This page will document how to Register webhooks for our API to use.
Last updated
Was this helpful?
This page will document how to Register webhooks for our API to use.
Last updated
Was this helpful?
Receive Web Hook notifications, register your webhook endpoint. Please provide a publicly accessible HTTPS URL to your webhook endpoint.
POST
/webhooks/receipt
Used to register for notifications.
POST
/webhooks/incoming
Use to register for notifications.
POST
/webhooks/click
Headers
Content-Type
application/json
Authorization
Bearer [API Key]
Body
url
string
Yes
URL to receive Delivery Receipt notifications.
Response
We use conventional HTTP response codes to indicate the success or failure of an API request. In general:
2xx indicate success 4xx indicate an error that failed given the information provided (e.g., a required parameter was omitted) 5xx errors indicate an error with ours servers (these are rare).
Use to register for notifications.
To see a full list of our Response codes, please .