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' \
  --header 'X-App-Id: <x-app-id>' \
  --data '{
  "code": "12345"
}'
This response does not have an example.

Authorizations

__verification-login_{app_id}
string
cookie
required

Headers

X-App-Id
string
required

Body

application/json
code
string
required

The OTP received by message

Example:

"12345"

Response

200

OK