---
title: "List Webhook Event Types"
method: GET
path: "/webhook_event_types"
---

# List Webhook Event Types

`GET /webhook_event_types`

Returns webhook event types visible to the authenticated project.

## Response `200`

Success

- WebhookEventTypeListResource
  - `object` 'list', required — The object type, which is always list.
  - `data` string[], required — The webhook event types available to the authenticated project.

## Other responses

- `401` — The request does not contain authentication credentials.

## Changes

- **2026-09-25** `d86203de41ae` — 1 info
  - added the non-success response with the status `401`
- **2026-09-16** `c8bd56db4095` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/webhook_event_types/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/4b75527da17b?raw)
