Returns an authentication token that your Toast API client can present when using other Toast platform APIs.
The authentication credentials for your Toast API client integration software.
A JSON AuthenticationResponse
object that includes an
authentication token string.
The Toast API client credentials in your request are not valid.
{- "clientId": "VKuhk4NaLedOcjZpJM8grvdrsFi3MlcM",
- "clientSecret": "eS960aiKdvgbSDcLUCk68HR2CJKwwHNO2HKfgxjCWxoj27KIp6jFAi2XOOc_oCuv",
- "userAccessType": "TOAST_MACHINE_CLIENT"
}
{- "token": {
- "tokenType": "Bearer",
- "scope": "string",
- "expiresIn": 86400,
- "accessToken": "string",
- "idToken": "string",
- "refreshToken": "string"
}, - "status": "SUCCESS"
}