You can configure webhook endpoints via the Webhooks API to be notified about events that happen in the Business Lifecycle.
Property | Description | |
---|---|---|
object |
| A definition of the type of object returned. |
id |
| The ID of the webhook endpoint. |
url |
| The URL of the endpoint. |
secret |
| The secret used to generate webhook signatures. This secret is ONLY used to generate a signature, and is never exposed in a response. |
created_at |
| Timestamp representing when the webhook endpoint was created. |
updated_at |
| Timestamp representing when the webhook endpoint was last updated. |
{
"object": "webhook",
"id": "2c64e4d5-eb25-4e17-81e6-506b12b774a2",
"url": "https://example.com/middesk/endpoint"
}