Webhooks
In the Lochting software, webhooks send real-time event notifications to an external URL when something changes on the platform.
Configure webhooks to receive event payloads. See Webhooks for payload examples, testing, and security.
๐๏ธ New Webhook
This endpoint allows you to create a new webhook.
๐๏ธ Webhook Collection
This endpoint returns a JSON object with configured webhooks for a branch.
๐๏ธ Delete Webhook
This endpoint allows you to delete a webhook.
๐๏ธ Test Webhook
This endpoint allows you to test a webhook. It sends a request to the configured webhook URL with the corresponding payload.