Skip to main content
GET
/
v3
/
webhooks
/
event-types
List webhook event types
curl --request GET \
  --url https://api.heygen.com/v3/webhooks/event-types \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "event_type": "<string>",
      "description": "<string>"
    }
  ],
  "has_more": true,
  "next_token": "<string>"
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Response

Successful response

data
WebhookEventTypeItem · object[]
has_more
boolean

Whether more pages are available

next_token
string | null

Opaque cursor for the next page