POST
/
v1
/
session
/
login
/
otp
/
check
curl --request POST \
  --url https://{appId}.session.prelude.dev/v1/session/login/otp/check \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "12345"
}'
This response does not have an example.

Authorizations

__verification-login_{app_id}
string
cookie
required

Body

application/json

Response

204

No Content