cURL
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>" }
List all available webhook event types with human-readable descriptions. Returns the complete set in a single response (no pagination needed).
HeyGen API key. Obtain from your HeyGen dashboard.
Successful response
Show child attributes
Whether more pages are available
Opaque cursor for the next page