cURL
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/login/otp/check \ --header 'Content-Type: application/json' \ --cookie __verification-login_%7Bapp_id%7D= \ --data ' { "code": "<string>" } '
{ "code": "bad_request", "type": "bad_request" }
Check the validity of the code and complete the login flow.
The OTP received by message
4 - 8
No Content