CMS Tool API schema
Public API version 1.4.10.
/api/webhook_{type}
Read or update a webhook destination for a supported event type.
GET
Read the configured destination.
POST
Set or remove a webhook destination.
Request content type: application/json
Request body fields
| Name | Type | Example | Notes |
|---|---|---|---|
hookUrl | text | example | Set the hook url value. |
delete | boolean | true | Set the delete value. Accepts true or 1. |
/api/webhook_log
Read webhook delivery history.
GET
Read webhook delivery history.
Query parameters
| Name | Type | Example | Notes |
|---|---|---|---|
objectid | int | 123 | Filter results by objectid. |
objecttype | text | example | Filter results by objecttype. |
Machine-readable documentation
This documentation is also available as JSON or Markdown at the same URL. Request JSON with Accept: application/json or Markdown with Accept: text/markdown.