Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Qminder’s backend sends HTTP requests to registered URLs every time a Location has been created or changed.
POST /webhooks HTTP/1.1 X-Qminder-Signature: SIGNATURE Content-Type: application/json { "type": "location_created", "data": { "id": 12345, "name": "Service Location" } }
POST /webhooks HTTP/1.1 X-Qminder-Signature: SIGNATURE Content-Type: application/json { "type": "location_changed", "data": { "id": 12345, "name": "Service Location 2" } }