Skip to main content
post/event-types

Create event type

LLM
View as Markdown
Open llms.txt

Creates a custom event type with an optional JSON Schema for payload validation.

Authorization

Scheme

  • bearerAuth

Required scopes

  • event_type:create

Allowed roles

  • owner
  • admin
  • agent

Create an event type in the workspace.

Request body

  • Name
    application/json
    Type
    CreateEventTypeRequest
    Description
    Required body.

Responses

  • 201

    Event type created

    • application/json EventType
  • default

    Error

    • application/json ProblemDetails