---
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

## Other responses

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

---

[API](https://skmtc.dev/mobilerun/apis/workflows.md) · [All operations](https://skmtc.dev/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
