Simpler Webhook Receiver
Webhook
Endpoint for receiving real-time notifications from Simpler.
Security Note: Your endpoint must validate the X-Simpler-CRC header
using your shared secret to ensure the request originated from Simpler
Request
Responses
- 200
- 401
- 422
- 5XX
Event received.
Note: Any 2xx status code is accepted. We recommend returning
202 Accepted and processing heavy logic (like emails) asynchronously
to avoid timeouts.
Unauthorized. The X-Simpler-CRC signature verification failed.
Unprocessable payload. The payload is valid JSON but semantically incorrect.
Server Error. Simpler will attempt to retry the delivery using an exponential backoff strategy.