Login With Email And Password
Users
Login With Email And Password
Logs a user in using email and password. Returns an access token and refresh token for authenticated API calls.
POST
Login With Email And Password
Body
application/json
Response
Login successful
Authentication response returned by login endpoints.
Short-lived PASETO bearer token used for authenticated API calls.
Example:
"v4.local.eyJzdWIiOiJ1c2VyLWlkIiwicm9sZSI6InVzZXIifQ..."
Long-lived refresh token used to obtain new access tokens. Store securely and never expose in URLs or logs.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Token type, typically 'bearer'.
Example:
"bearer"
Access token lifetime in seconds.
Example:
900