Comment on page

2. API Authentication

Authentication API to get an accessToken

We strongly recommend calling /api/v1/login on the server side to protect your API_KEY. The accessToken has an expiration time of 60 minutes for security reasons. Make sure to retrieve the accessToken when the user initiate the onboarding process.
Production URL: https://prod.quadrata.com/api/v1/login
post
https://int.quadrata.com/api/v1/login
Authentication API to get an accessToken to pass to <QuadClient>
Parameters
Body
apiKey*
Company API KEY
Responses
200: OK
JWT Access Token