cURL
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": "<any>" }'
{ "success": true }
This endpoint allows you to trigger a specific webhook by its ID.
API key for authentication
Success response indicating webhook trigger status
The response is of type object.
object