---
title: "Create internal event type"
method: POST
path: "/app-event-types"
tags: ["AppEventTypes"]
---

# Create internal event type

`POST /app-event-types`

## Request body

- CreateAppEventTypeDto
  - `name` string, required
  - `meta` object
  - `key` string, required
  - `uuid` string
  - `description` string
  - `schema` object
  - `example` object
  - `tenantIdFormula` object
  - `userIdFormula` object
  - `subscribeRequest` object
    - `method` string
    - `uri` string, required
    - `body` object
    - `query` object
    - `headers` object

## Response `200`

- AppEventTypeApiResponseDto — unresolved $ref

---

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