Authorizations
Cookie-based authentication
Body
application/json
The id of the event
Example:
123
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
The id of the event
123
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"
}