Step one in authenticating an employee. A successful response means you have valid, temporary tokens.
POST/bizauthentication/identification
- Company ID and employee name are sent in the request. If they are correct, temporary session and user tokens will be returned.
Request
Responses
- 200
- 400
- 401
- 403
Success
Request data is either missing or invalid.
The company ID or employee name is incorrect
Use of the API is not allowed.