API Reference
Every endpoint in the KMP v2 REST API, with request/response examples.
All endpoints live under https://api.kmp.kaiju.go.example/v2 and require a bearer API key. New to the API? Read Authentication in Getting Started first.
Pipelines
Create, list, and manage pipelines.
EndpointConnectors
Create, list, and rotate credentials for connectors.
EndpointEvents
Query and replay events that have flowed through a pipeline.
EndpointWebhooks
Subscribe to platform lifecycle events over outbound HTTP.
ReferenceRate limits
Standard-tier limits and the cursor-based pagination envelope.
ReferenceError responses
The v2 API's error response shape.
Coming from v1?
v2 replaces offset pagination with cursor pagination and adds webhooks in place of polling. See the migration guide before switching a production integration over.