Authentication Flow
Store the token
The response includes an access token. Store it securely for use in subsequent requests.
Available Scopes
When authenticating, you can request specific permission scopes:| Scope | Description |
|---|---|
admin | Full administrative access to all features |
analyst | Create and manage analysis jobs |
data_hero | Extended data access permissions |
viewer | Read-only access to results and insights |
Endpoints
Login
Authenticate with username and password to obtain an access token.
Token Authentication
Alternative token endpoint for OAuth2 compatibility.
Access tokens have an expiration time. If you receive a 401 Unauthorized
response, request a new token using the login endpoint.