v51

latestSwagger 2.0Mozilla Public License 2.0raw.githubusercontent.com2026-08-0167151358.9 KB
EventTypes

Create an event type

This endpoint creates an event type

post/v1/projects/{projectID}/event-types

Path parameters

projectIDstring required

Project ID

Request body

categorystring

Category is a product-specific grouping for the event type

descriptionstring

Description is used to describe what the event type does

json_schemaobject nullable

JSONSchema is the JSON structure of the event type

namestring

Name is the event type name. E.g., invoice.created

Response

Created

messagestring
statusboolean