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

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true