---
title: "List subscribable event types per source"
method: GET
path: "/event-types"
tags: ["Webhook Event Types"]
---

# List subscribable event types per source

`GET /event-types`

Returns the catalog of event types that webhook subscriptions can subscribe to, grouped by source. Use the returned type identifiers as the `eventTypes` values when creating or updating a webhook.

## Response `200`

Event-type catalog

- object
  - `data` object, required
    - `schemaVersion` 1, required
    - `sources` object[], required
      - `source` string, required
      - `events` object[], required
        - `type` string, required
        - `description` string, required
        - `surfaces` object, required
          - `webhook` boolean, required
          - `feed` boolean, required
          - `toast` boolean, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-07-27** `7da7aaf6c58f` — 1 info
  - added the required property `data/sources/items/events/items/surfaces` to the response with the `200` status
- **2026-06-29** `8f06726ac240` — 2 info
  - api tag `Webhook Event Types` added
  - api tag `Public - Webhook Event Types` removed
- **2026-06-25** `fd8fb6b29e38` — 1 warning
  - added the new `1.00` enum value to the `data/schemaVersion` response property for the response status `200`
- **2026-06-18** `e61cfb7119bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/event-types/get.md)

---

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