v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Events

Get event type by ID

get/v3/events/types/{eventTypeId}

Path parameters

eventTypeIdstring required

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