Start login OTP
Documentation
API Reference
Start login OTP
Start a new login via OTP and send a message to the user
POST
/
v1
/
session
/
login
/
otp
curl --request POST \
--url https://{appId}.session.prelude.dev/v1/session/login/otp \
--header 'Content-Type: application/json' \
--header 'X-App-Id: <x-app-id>' \
--data '{
"identifier": {
"type": "phone_number",
"value": "+306912345678"
}
}'
This response does not have an example.
curl --request POST \
--url https://{appId}.session.prelude.dev/v1/session/login/otp \
--header 'Content-Type: application/json' \
--header 'X-App-Id: <x-app-id>' \
--data '{
"identifier": {
"type": "phone_number",
"value": "+306912345678"
}
}'
This response does not have an example.