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.
id
string
Webhook UUID
url
string
The HTTPS endpoint that receives webhook deliveries
events
string[]
Event types this webhook is subscribed to
is_active
boolean
Whether the webhook is currently active
description
string
Optional description
created_at
string
ISO 8601 timestamp
updated_at
string
ISO 8601 timestamp

Example