Docs
Create Event Type
POST /eventTypes
POST
/eventTypesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Creates a new event type. A new type auto-creates one empty "Details" section.
Returns 201 Created.
Requires OrganizationAdmin permission.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Display name for the type. |
| icon | string? | Optional | Icon identifier. |
| color | string? | Optional | Display color. |