Webhooks
Webhooks notify your system about evidence generation and verification status changes.
Delivery
- Events are delivered over HTTPS with JSON payloads.
- Retries use exponential backoff when endpoints return non-2xx responses.
Signature verification
Webhook requests include a signature header. Verify the signature before processing the payload. If you need the signing secret, contact Fololo support.
Recommended handling
- Verify the signature.
- Enqueue the payload for async processing.
- Respond with
200once accepted.