v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Events

Create event type

post/v3/events/types

Request body

namestring required

The name of the event type

Example request

{
  "name": "Event Type Name"
}

Response

The Event Type

idstring required

The id of the event type

namestring required

The name of the event type

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "Event Type Name"
}