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

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

OK.

event_types
string[]