Overview
The Integration API allows you to programmatically publish events and manage webhook targets within your projects. It is designed for high-performance and reliable event delivery.Publish Events
Learn how to send events to your targets.
Manage Targets
Configure where your events should be delivered.
Authentication
All API endpoints are authenticated using the x-api-key header. You can generate API keys within the Hookify Dashboard under your Project Settings.Idempotency
To prevent duplicate processing of the same request (e.g., due to network retries), you can provide an optionalIdempotency-Key header. Hookify ensures that requests with the same key are processed only once.
Base URL
The default base URL for the Integration API is:In production, please use the official Kyrazo API URL provided in your
dashboard.