Zum Hauptinhalt springen
POST
/
settings
/
event-hook
Create an event hook
curl --request POST \
  --url https://demo.enneo.ai/api/mind/settings/event-hook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "eventHook": {}
}

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

Body

application/json

Event hook payload — event types, target URL, headers/secret.

Antwort

Created

success
boolean
Beispiel:

true

eventHook
object