Zum Hauptinhalt springen
GET
/
event
/
getEventTypes
Get available event types
curl --request GET \
  --url https://demo.enneo.ai/api/mind/event/getEventTypes \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Antwort

200 - application/json

Successful operation

eventTypes
object[]