Skip to main content
POST
/
webhook
/
authSync
AuthSync webhook
curl --request POST \
  --url https://demo.enneo.ai/api/mind/webhook/authSync \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "affectedRows": 123
}

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.

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true

affectedRows
integer

The number of affected rows

Example:

123