get https://api-staging.symmetry.com/authentication/login
Authorize login to the Payroll Point API, Minimum Wage Finder API, Symmetry Payroll Forms API, and I-9 API. Provides an access token that is valid for 24 hours.
Overview
Our API endpoints use a JSON Web Token (JWT) token for authentication and authorization. This authentication endpoint accepts your product API Key and provides a valid JWT token needed to connect to the endpoints.
To request a new JWT access token, send an HTTP GET request to the apiDomain
URL, setting the api-key
header to the API Key provided by Symmetry.
Token Expiration
Tokens are valid for 24 hours. You'll receive a 401 error if not authorized:
"message": "Unauthorized"
.