To use JWT authentication in client-side code. Create your account at the API Key Management Dashboard.
JWT Authentication Flow
1. User Login
If you already have an account created you can authenticate with email and password to receive JWT tokens:DT_AUTH_TOKEN
: Access token (1 hour expiry)DT_REFRESH_TOKEN
: Refresh token (30 days expiry)