Skip to main content

May 26, 2026

· 2 min read

GET /webhook_destinations

  • added the new optional query request parameter application
  • added the optional property results/items/status to the response with the 200 status (media type: application/xml)
  • added the optional property results/items/status to the response with the 200 status (media type: application/json)
View updated docs

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 status to the response with the 201 status (media type: application/json)
  • added the optional property status to the response with the 201 status (media type: application/xml)
View updated docs

DELETE /webhook_destinations/{id}

  • endpoint added
View updated docs

GET /webhook_destinations/{id}

  • endpoint added
View updated docs

PATCH /webhook_destinations/{id}

  • endpoint added
View updated docs

PUT /webhook_destinations/{id}

  • endpoint added
View updated docs