Skip to main content

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.

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.
x-api-key: <your_api_key>

Idempotency

To prevent duplicate processing of the same request (e.g., due to network retries), you can provide an optional Idempotency-Key header. Hookify ensures that requests with the same key are processed only once.
Idempotency-Key: <unique_key>

Base URL

The default base URL for the Integration API is:
http://localhost:3004
In production, please use the official Kyrazo API URL provided in your dashboard.