Skip to main content
GET
/
webhooks
/
event-types
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/webhooks/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Response

200 - application/json

OK

Discoverable enumeration of webhook event types

eventTypes
string[]
required

All known event type strings that webhooks can subscribe to. Webhooks may also subscribe to glob patterns (e.g. 'message.' or '') that match these names.