Skip to main content
GET
List User Webhooks

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

200 - application/json

Success; returns {success: true, webhooks: list} where each webhook has id, user_id, name, webhook_url, event_types, created_at, updated_at

success
boolean

Always true on success.

webhooks
object[]

List of the user's webhook registrations.