The API
The REST API lives athttps://api.webhook.co. It’s a small, predictable surface — every endpoint is
described by a machine-readable OpenAPI 3.1 document you can browse in the API reference
or fetch yourself:
SDKs
Official, typed SDKs in three languages — each with the same hardening built in (bearer auth, bounded retries with jitter, cursor pagination, idempotency, and secret redaction):TypeScript
npm install @webhook-co/sdkPython
pip install webhook-coGo
go get github.com/webhook-co/webhook-goNext
Quickstart
Create an endpoint and list its events in a few lines.
Authentication
How the
whk_ API key works.