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.

Endpoint

Pipelines

Create, list, and manage pipelines.

Endpoint

Connectors

Create, list, and rotate credentials for connectors.

Endpoint

Events

Query and replay events that have flowed through a pipeline.

Endpoint

Webhooks

Subscribe to platform lifecycle events over outbound HTTP.

Reference

Rate limits

Standard-tier limits and the cursor-based pagination envelope.

Reference

Error 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.