---
title: "Register event types in the catalog"
method: POST
path: "/events/catalog/register"
tags: ["Events", "Catalog"]
---

# Register event types in the catalog

`POST /events/catalog/register`

## Request body

- RegisterCatalogBody
  - `events` CatalogEntryInput[], required
    - `eventType` string, required
    - `label` string, required
    - `description` string
    - `payloadSchema` object
    - `source` 'device' | 'system' | 'webhook'

## Response `200`

Event types registered

- object
  - `message` string, required

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
