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
Example request
{
"phone_number": "+61412345678",
"channel": "sms"
}Response
OK
Example response
{
"phone_number": "+61412345678"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.