Use this method to send an otp by sms.
DEPRECATED API
This method is deprecated. You should replace it with the sendOtp method.
no REST API
The main errors that can be found within this function are (all return HTTP 500):
| Error code | Description |
|---|---|
| 2 | Some required fields are missing |
| 6 | Generic exception — internal exception |
| 62 | The certIdOtp is not valid |
| 66 | The device OTP is not active |
| 71 | The device OTP is disabled |
| 85 | The deviceCode is not valid |
| 99 | OTP was not sent |
| 100 | The mobile phone number is not valid |
| 101 | SMS blocked by the watchlist |
| 102 | The email address is not valid |
| 103 | The OTP service has exceeded the timeout |
| 138 | The device OTP is not an SMS OTP device |
| 231 | OTP is blocked |
| 241 | LRA not authorized to use this OTP type |
For authentication errors, see Authentication.
For details on how to handle errors, see How to handle errors.