AuthenticationResponse

A wrapper object for the response to a successful Toast API authentication request.

status
string

The value SUCCESS indicates that your authentication request was successful.

object (AuthenticationToken)

Information about a Toast platform API session, including an authentication token string that your Toast API client software can present when using other Toast platform APIs.

{
  • "token": {
    },
  • "status": "SUCCESS"
}