Webhooks

Outbound webhooks for session, message, note and file events.

Webhooks#

Generated from apps/server/src/routes/webhooks.ts. Do not edit by hand — run pnpm --filter @pair-protocol/web gen-docs to refresh.

Outbound webhooks for session, message, note and file events.

All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.

Endpoints#

Create webhook#

POST/api/webhooksno auth

List webhooks#

GET/api/webhooksno auth

Delete webhook#

DELETE/api/webhooks/:webhookIdno auth

Toggle webhook active status#

PATCH/api/webhooks/:webhookIdno auth