POST
/
v5
/
notifications
/
test
Test a notification settings with mock data
curl --request POST \
  --url https://api.kadoa.com/v5/notifications/test \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "eventType": "workflow_finished",
  "workflowId": "workflow-123"
}'
{
  "data": {
    "eventId": "<string>",
    "eventType": "<string>",
    "workflowId": "<string>"
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Test event sent successfully

The response is of type object.