Skip to main content
GET
/
api
/
integrations
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.example.com/api/integrations/webhooks
{
  "webhooks": [
    {}
  ]
}

Description

Get all webhooks for the authenticated user.

Authentication

Required (API key or JWT token)

Response

webhooks
array
Array of webhook objects