Webhooks
List all webhook endpoints for the current user
Returns all webhook endpoints configured by the authenticated user.
GET
List all webhook endpoints for the current user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
List of webhook endpoints
Webhook endpoint UUID
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Owner user ID
Destination URL
Example:
"https://example.com/webhook"
Subscribed event types
Example:
["message.received", "message.sent"]Max retry attempts on failure
Example:
3
Request timeout in milliseconds
Example:
5000
Whether the endpoint is active
Example:
true
Creation timestamp
Last update timestamp
HMAC secret for signature verification
Human-readable description
Example:
"Production webhook"
Scoped instance ID (null = all instances)
Custom HTTP headers sent with each delivery
List all webhook endpoints for the current user