Get a cash drawer

Returns a CashDrawer object containing information about a specific cash drawer device.

Securityoauth2
Request
path Parameters
guid
required
string

The Toast POS GUID of the cash drawer.

header Parameters
Toast-Restaurant-External-ID
required
string

The Toast POS GUID of the restaurant that the configuration applies to.

Responses
200

Returns a CashDrawer object.

get/cashDrawers/{guid}
Request samples
curl -i -X GET \
  'https://toast-api-server/config/v2/cashDrawers/{guid}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
{
  • "guid": "string",
  • "entityType": "string",
  • "printer": {
    }
}