POST https://webhook.example.com

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.

application/json

Body

Responses

  • 200 application/json

    200 Ok

POST /kds/register_kds
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"
}