---
title: "List webhook event types"
method: GET
path: "/api/v1/webhookEventTypes"
tags: ["Webhook"]
---

# List webhook event types

`GET /api/v1/webhookEventTypes`

List webhooks event types.

## Query parameters

- `xentralVersion` string

## Response `200`

Webhook event type list.

- object
  - `data` object[], required — List of webhook event types.
    - `id` string, required — The unique identifier of the event type.
    - `group` string, required — The group the event type belongs to.

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

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