Toast · JSON Structure

Orders Device Structure

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.

Type: object Properties: 1
Food ServicePoint of SaleRestaurantsHospitality

Device is a JSON Structure definition published by Toast, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/orders-device-structure.json",
  "name": "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"
    }
  }
}