Skip to main content
GET

Overview

Returns all webhooks registered by the authenticated user, sorted by creation date (newest first). Auth: Requires JWT token (Authorization: Bearer <token>).

Response

Returns an array of webhook objects.
string
Webhook UUID
string
The HTTPS endpoint that receives webhook deliveries
string[]
Event types this webhook is subscribed to
boolean
Whether the webhook is currently active
string
Optional description
string
ISO 8601 timestamp
string
ISO 8601 timestamp

Example