AuthenticationRequest

Authentication credentials for your Toast API integration client software.

clientId
string

The identifier string for your Toast API client. You receive the identifier string from the Toast integrations team.

clientSecret
string

The secret string that corresponds to your Toast API client. You receive the secret string from the Toast integrations team.

userAccessType
string

Always include the userAccessType value and set it to TOAST_MACHINE_CLIENT.

{
  • "clientId": "VKuhk4NaLedOcjZpJM8grvdrsFi3MlcM",
  • "clientSecret": "eS960aiKdvgbSDcLUCk68HR2CJKwwHNO2HKfgxjCWxoj27KIp6jFAi2XOOc_oCuv",
  • "userAccessType": "TOAST_MACHINE_CLIENT"
}