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.

Headers

X-App-Id
string
required

Body

application/json
identifier
object
required

The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.

Response

200

OK