Get details about the devices using the Toast POS app at a restaurant.
Successful operation
Missing or invalid restaurant header.
Unauthorized.
Forbidden.
Too many requests.
An unexpected error occurred.
curl -i -X GET \ https://toast-api-server/device-details/v1/device-info \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: 497f6eca-6276-4993-bfeb-53cbbbba6f08'
[- {
- "deviceName": "Quick Order - 69a851",
- "deviceModel": "TT200",
- "deviceId": "4f49a8734eb214d0",
- "serialNumber": "cb5f9ea",
- "posAppVersion": "2.95.1"
}
]