User Authentication

User Login

The Sign In API call requires an e-mail address or a phone number (as user name) and a password. This exchange should be over HTTPS only. In response, API returns the user record including the token that identifies the user.

Options

  • Authentication token
  • OAuth access token
  • ID token

ID token syntax

{
  "id": "<Issuer_Identifier>",
  "sub": "<Subject_Identifier-can-be-oauth_access_grants.id>", 
  "access_token": "<User_Acess_Token>"
}

ID token example

{
  "id": "https://punchh.com/id_token",
  "sub": "app_scoped_id",
  "access_token": "access_token"
}
Copyright © 2025 PAR Technology Corporation. All rights reserved.
PAR Technology Corporation 8383 Seneca Turnpike, Suite 3 New Hartford, New York 13413 (315) 738-0600 legal@partech.com. PAR Tech is a leading global provider of software, systems, and service solutions to the restaurant and retail industries.
You may learn about its product offerings here.
Before using this application, please read the Limited License Agreement and the PAR Tech Terms of Use.