Webhook called during registration of a KDS in Deliverect. For instance, when a new customer enables a KDS for a location, you will receive the register event.
Request example
{
"accountId": "606****475a3",
"locationId": "606****500a6",
"externalReference": "externalCustomerIdentifier"
}
Response examples (200)
{
"productSyncUrl": "https://integrator.com/productSyncUrl",
"orderWebhookUrl": "https://integrator.com/orderWebhookUrl",
"orderStatusUpdateUrl": "https://integrator.com/orderStatusUpdateUrl"
}