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

# List supported webhook event types

`GET /webhooks/configs/event-types`

Returns the event types a webhook config can subscribe to, in envelope lifecycle order. To subscribe to all of them - including event types introduced in the future - send ["AllEvents"] as the config's events instead of an explicit list.

## Response `200`

OK

- WebhookEventTypes
  - `eventTypes` string[] — Event types supported for webhook subscriptions, in envelope lifecycle order. Subscribe to all of them (including types added in the future) by sending ["AllEvents"] as the subscription instead of an explicit list.

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden

## Changes

- **2026-08-06** `26e3043a365b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gonitro/apis/nitro-sign-public-api/changes/webhooks/configs/event-types/get.md)

---

[API](https://skmtc.dev/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.dev/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/revisions/7b97ae457833/schema)
