Support

Auth — Sessions & Tokens

Authenticate users, mint access + refresh token pairs, and manage the session lifecycle. Every non-public endpoint on the Zoniqx platform depends on tokens issued here.

What you can do

  • Log in with email + password — receive accessToken + refreshToken
  • Refresh an expired access token without re-entering credentials
  • Log out — revoke the current session server-side
  • Rotate credentials — password change and MFA flows

Endpoints