v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
passport profile

Send phone OTP code for user supplied phone number

Send phone OTP code for user supplied phone number

post/passport-profile/v1/phone-otp

Request body

phone_numberstring required

Phone number

channel'sms' | 'whatsapp'

Example request

{
  "phone_number": "+61412345678",
  "channel": "sms"
}

Response

OK

phone_numberstring required

Phone number

Example response

{
  "phone_number": "+61412345678"
}