Skip to main content
GET
/
integrations
/
webhooks
List webhook endpoints
curl --request GET \
  --url https://ai-api.getbreezyapp.com/api/v1/integrations/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>",
      "eventTypes": [],
      "enabled": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "lastDeliveryAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

User JWT bearer token. User principals can manage API keys and call tenant-scoped customer endpoints.

Response

200 - application/json

OK

data
object[]
required