Authorization: Bearer <token>.
Login
Refresh a token
Required headers
Security best practices
Store access tokens in memory, not localStorage
Store refresh tokens in httpOnly secure cookies
Use HTTPS everywhere
Revoke tokens on logout
Authenticate Verify Group API requests with JWT bearer tokens, refresh the access token, and set the required multi-tenant organization header.