---
title: "List Webhook Event Types"
method: GET
path: "/v3/webhooks/event-types"
tags: ["Webhooks"]
---

# List Webhook Event Types

`GET /v3/webhooks/event-types`

Returns all available webhook event types with human-readable descriptions.

## Response `200`

Successful response

- object
  - `data` WebhookEventTypeItem[]
    - `event_type` string, required — The event type identifier, e.g. 'avatar_video.success'.
    - `description` string, required — Human-readable description of when this event fires.
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.dev/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/revisions/e2e54726e210/schema)
