Webhooks
Endpoint
Register a base URL with us. Every delivery is posted to a fixed path beneath it.
POST
{your-base-url}/webhook/api# base url https://api.partner.example.com resolves to
POST https://api.partner.example.com/webhook/apiRequirements
- Method
- POST
- Scheme
- HTTPS only, with a certificate from a public CA
- Content-Type
- application/json; charset=utf-8
- Success response
- Any 2xx status within 10 seconds. The body is ignored.
- Authentication
- The payload is encrypted with a secret held only by you and us. Successful decryption proves the delivery is genuine.