cURL
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/login/email/password \ --header 'Content-Type: application/json' \ --data ' { "identifier": "<string>", "password": "<string>" } '
{ "challenge_token": "<string>" }
Authenticate a user with their email and password. Returns a challenge token to finalize the login.
The email address of the user.
"user@example.com"
The password of the user.
"S3cur3P@ss!"
OK
"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9..."
Contact support