POST

Endpoint

POST /v1/auth/login Use this endpoint to create an authenticated session.

Request body

string
required
User email address.
string
required
User password.
string
Optional device fingerprint telemetry ID.

Notes

  • Successful login also sets Set-Cookie session token.
  • For public API calls after login, use X-Api-Key as the primary auth header.