May 26, 2026
· 2 min read
GET /webhook_destinations
- added the new optional
queryrequest parameterapplication - added the optional property
results/items/statusto the response with the200status (media type: application/xml) - added the optional property
results/items/statusto the response with the200status (media type: application/json)
POST /webhook_destinations
- added the new optional request property
status(media type: application/json) - added the new optional request property
status(media type: application/x-www-form-urlencoded) - added the new optional request property
status(media type: multipart/form-data) - added the optional property
statusto the response with the201status (media type: application/json) - added the optional property
statusto the response with the201status (media type: application/xml)
DELETE /webhook_destinations/{id}
- endpoint added
GET /webhook_destinations/{id}
- endpoint added
PATCH /webhook_destinations/{id}
- endpoint added
PUT /webhook_destinations/{id}
- endpoint added