Get devices details for a restaurant

Get details about the devices using the Toast POS app at a restaurant.

Securityoauth2
Request
header Parameters
Toast-Restaurant-External-ID
required
string <uuid>

The identifier for the restaurant.

Responses
200

Successful operation

400

Missing or invalid restaurant header.

401

Unauthorized.

403

Forbidden.

429

Too many requests.

500

An unexpected error occurred.

get/device-info
Request samples
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'
Response samples
application/json
[
  • {
    }
]