How to respond to a POST request against your endpoint.
Status Code | Semantics | Marked As Delivered | Will Retry |
---|---|---|---|
200 | Event received. | ✅ Yes | ❌ No |
201 | Event received. | ✅ Yes | ❌ No |
202 | Event received and will be handled asynchronously. | ✅ Yes | ❌ No |
400 | Event was not understood. | ❌ No | ❌ No |
401 | Sender could not be authenticated (signature fallacy - more below). | ❌ No | ❌ No |
404 | Incorrect webhook endpoint URL. | ❌ No | ❌ No |
429 | Too many requests. Retry later. | ❌ No | ✅ Yes |
503 | Service unavailable. Retry later. | ❌ No | ✅ Yes |
50x | Service is down. | ❌ No | ❌ No |
Signature of the message
Timestamp of the message
Name of the webhook-endpoint on your server.
500
An event object. Refer to the schema in the Lucca API Reference for the corresponding API version.
Accepted.
Message successfully received for asynchronous processing.