Get a revenue center

Returns a RevenueCenter object containing information about a segment of restaurant income, for reporting.

Securityoauth2
Request
path Parameters
guid
required
string

The Toast POS GUID of the revenue center.

header Parameters
Toast-Restaurant-External-ID
required
string

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

Responses
200

Returns a RevenueCenter object.

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