curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/powercloud \
--header 'Content-Type: application/json' \
--data '{
"eventId": 123
}'
{
"success": true,
"eventId": 123,
"contractId": "123"
}
Cookie-based authentication
Successful operation
Data format of Enneo success messages
curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/powercloud \
--header 'Content-Type: application/json' \
--data '{
"eventId": 123
}'
{
"success": true,
"eventId": 123,
"contractId": "123"
}