Authentication
Login with password
Login with password
POST
Login with password
Body
application/json
Email identifier and password credentials.
Response
Active session and JWT
AuthLoginResponse schema.
Session token returned after authentication. Store it securely for session refresh and logout.
Bearer JWT returned for REST API calls.
Session object. The tokenized field is the Bearer JWT used for API calls.
Session object. The tokenized field is the Bearer JWT used for API calls.
Account identity returned by the authenticated session.
Login with password

