---
title: "List supported event types"
method: GET
path: "/v3/webhooks/events"
tags: ["Webhooks"]
---

# List supported event types

`GET /v3/webhooks/events`

<small>_Requires the `webhooks:read` scope (or a broader one that includes it)._</small>

Returns the catalog of event type names a subscription may listen to. Use any of
these values in the `eventType` field when creating or updating a subscription.

## Response `200`

Supported event types.

- object — Catalog of event types that a webhook subscription can subscribe to.
  - `events` string[] — All supported event type names. Use any of these as the `eventType` field when creating or updating a subscription.

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
