Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" }
Returns all available webhook event types with human-readable descriptions.
HeyGen API key. Obtain from your HeyGen dashboard.
Successful response
Show child attributes
Whether more pages are available
Opaque cursor for the next page