Returns a PriceGroup
object
containing information about a variable price level configured for
items at a restaurant.
Returns a PriceGroup
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/priceGroups/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string"
}