Webhooks
Outbound webhooks for session, message, note and file events.
Webhooks#
Generated from
apps/server/src/routes/webhooks.ts. Do not edit by hand — runpnpm --filter @pair-protocol/web gen-docsto 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 authList webhooks#
GET
/api/webhooksno authDelete webhook#
DELETE
/api/webhooks/:webhookIdno authToggle webhook active status#
PATCH
/api/webhooks/:webhookIdno auth