SMS OTP
Our SMS APIs allow the sending of an SMS one-time code to a user, then obtaining that code for verification.
Note: Phone numbers need to be in E.164 format, ie. +14165551234
If they are not, you will receive a 400 error when making an SMS Send call.
Note: We only support US mobile phone numbers, any other country or phone type will be rejected and you will receive a 400 error.
Once you receive the one-time code from the user, send it as well as the phoneId
you received in the first response to the sms:authenticate
endpoint to obtain a JWT
.
Last updated