For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Event Types

List Event Types

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of event types

application/json
totalRowsnumberOptional
get/settings/eventTypes

Create Event Type

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

The name of the event type.

Responses
200

Successfully created event type

application/json
idstringRequired

The unique ID of the event type.

namestringRequired

The name of the event type.

post/settings/eventTypes

Retrieve Event Type

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event Type

Responses
200

Details about the event type

application/json
idstringRequired

The unique ID of the event type.

namestringRequired

The name of the event type.

get/settings/eventTypes/{id}

Update Event Type

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event Type

Body
idstringRequired

The unique ID of the event type.

namestringRequired

The name of the event type.

Responses
200

Successfully updated event type

application/json
idstringRequired

The unique ID of the event type.

namestringRequired

The name of the event type.

put/settings/eventTypes/{id}

Delete Event Type

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event Type

Responses
204

Event Type successfully deleted

No content

delete/settings/eventTypes/{id}

No content

Last updated

Was this helpful?