Webhooks
A webhook allows your application to receive real-time notifications about events occurring on our platform. By sending HTTP POST requests to a URL you specify, webhooks enable seamless automation of workflows.
Request Filters
The Request Filters feature allows you to control which requests are processed by your integration, helping prevent unauthorized use and potential abuse.
JWT Signature
The JWT Signature feature signs every API payload with a JSON Web Token (JWT). This cryptographic signature guarantees the authenticity and integrity of the data, ensuring that the payload has not been altered in transit.