API Authentication

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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".

Headers
string
required

Client-specific API key/hash provided by Symmetry's Client Success Team.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Jump to top