Toast · Schema

Device

The *Device ID* value that the Toast platform assigns to a specific Toast POS device. The `id` value is a unique identifier for a device. To find the ID for a Toast POS device, from the overflow menu (⋮) select *Device Status* and then select the *Device* tab.

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Properties

Name Type Description
id string The physical id of the device
View JSON Schema on GitHub

JSON Schema

orders-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/refs/heads/main/json-schema/orders-device-schema.json",
  "title": "Device",
  "description": "The *Device ID* value that the Toast platform assigns to a specific Toast POS device.\n\nThe `id` value is a unique identifier for a device.\n\nTo find the ID for a Toast POS device, from the overflow  menu (\u22ee) select *Device Status* and then select the *Device* tab.\n",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The physical id of the device",
      "example": "90a86f12"
    }
  }
}