Skip to main content

List Webhooks

GET 

/v1/webhook

Returns the tenant-event webhooks (EMAIL_EVENT, DOMAIN_VERIFICATION) registered for the authenticated tenant/account. IMAP webhooks are not included; view those via the IMAP/OAuth config endpoints.

Responses

List of registered webhooks

Schema

    success boolean

    webhooks

    object[]

  • Array [

  • active boolean
    created_at string
    event string
    headers_present string[]
    method string

    options

    object

    property name* any
    updated_at string
    url string
    webhook_id string
  • ]

Loading...