POST
/
api
/
service
/
webhook
/
trigger
curl --request POST \
  --url https://api.sand.getivy.de/api/service/webhook/trigger \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "id": "<string>"
}'
{
  "success": true
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
id
string
required

The unique identifier for the webhook to trigger.

Response

200 - application/json
Default Success Response
success
boolean
required