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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.