Webhooks & Events API

Endpoints

GET /api/v1/webhooks

Purpose: List webhooks

Retrieve webhook subscriptions.

Authentication: Bearer token.

Response envelope: success, data, meta for success; success, error for failure.

POST /api/v1/webhooks

Purpose: Create webhook

Register callback endpoint.

Authentication: Bearer token.

Response envelope: success, data, meta for success; success, error for failure.

GET /api/v1/events

Purpose: List events

Audit and automation event log.

Authentication: Bearer token.

Response envelope: success, data, meta for success; success, error for failure.