Logs a user in using email and password. Returns an access token and refresh token for authenticated API calls.
Login successful
Authentication response returned by login endpoints.
Short-lived bearer token (e.g., PASETO/JWT) used for authenticated API calls.
"v2.local.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Long-lived refresh token used to obtain new access tokens. Store securely and never expose in URLs or logs.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Token type, typically 'bearer'.
"bearer"
Access token lifetime in seconds.
900