Skip to main content
GET
/
v1
/
webhooks
/
event-catalog
List supported customer webhook event types
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/webhooks/event-catalog \
  --header 'x-api-key: <api-key>'
{
  "events": [
    {
      "description": "<string>",
      "group": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Successful Response

Supported customer webhook event types.

events
EventCatalogEntry · object[]
required