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

# Get event types

`GET /webhooks/types`

Returns the available webhook event types.

## Response `200`

When request is successful. Returns the available event types.

- StringCollection
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `value` string[], nullable

## Other responses

- `400` — When an unsupported request is made.

---

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