Webhooks
OUT-DATED DOCUMENT
This document is out-of-date and does not represent current features or way of doing things. We will update it or remove it soon.
Webhooks allows you to subscribe to events that happen within illow's platform and receive those notifications at any endpoint on your end.
You can create, edit or delete as many webhooks as you need, subscribing them to as many events as you want.
info
Bear in mind that each webhook creation will provide you with a different public key for you to verify the signature over the message sent by us.
Authentication
All requests sent to Illow's Open API to administer Webhooks must include the header X-API-Key
with the API Key given by the Illow support team. Without it, the request will fail.