Request guides
Reference: login
Example request and response for POST /v1/auth/login.
POST
Endpoint
POST /v1/auth/login
Use this endpoint to create an authenticated session.
Request body
User email address.
User password.
Optional device fingerprint telemetry ID.
Notes
- Successful login also sets
Set-Cookiesession token. - For public API calls after login, use
X-Api-Keyas the primary auth header.