Get a pre modifier

Returns a PreModifier object containing information about a pre modifier.

Securityoauth2
Request
path Parameters
guid
required
string

The Toast POS GUID of the pre modifier.

header Parameters
Toast-Restaurant-External-ID
required
string

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

Responses
200

Returns a PreModifier object.

get/preModifiers/{guid}
Request samples
curl -i -X GET \
  'https://toast-api-server/config/v2/preModifiers/{guid}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
{
  • "guid": "string",
  • "entityType": "string",
  • "name": "string",
  • "scalePrice": true,
  • "basePrice": 0,
  • "scaleFactor": 0,
  • "displayMode": "PREFIX",
  • "parent": {
    }
}