Authorize login to the Payroll Point API, Minimum Wage Finder API, and Symmetry Payroll Forms API. Provides an access token that is valid for 24 hours.

Overview

The Payroll Point and SPF 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. Once expired, you will receive the following response from the Payroll Point endpoints and must request a new token.

Language
Click Try It! to start a request and see the response here!
Jump to top