Auth
Authenticate with your passKey to receive an accessToken required for authorized API requests.
post
/auth/login
Authenticates a user using a passKey and returns an accessToken with a limited validity period (2 hours). Once the token expires, a new token must be generated.
The accessToken must be included in all protected API requests using the following header Authorization: Bearer <accessToken>
Body
passKeystringRequired
Responses
201Success
application/json
500Error
application/json
post
/auth/loginLast updated
Was this helpful?