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

# List webhook event types

`GET /webhooks/event-types`

Returns a list of all available webhook event types.

## Query parameters

- `accountId` string — The ID of the account to work with.

## Response `200`

OK

- object[]
  - `id` string, uuid, required — The ID of the webhook event type to work with.
  - `name` string, required — Webhook event name.
  - `enabled` boolean, required — Webhook event type availability (whether the webhook is enabled or not).
  - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
  - `updatedAt` string, date-time, required — The date the Resource was last modified. ISO 8601 format without milliseconds.

---

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