Send SMS with One Time Password for onboarding
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
communicationchannel
string
enum
SMSEMAIL
Allowed:
SMS``EMAIL
api-version
string
required
Defaults to 1.0
Response Status Codes
``200 OTP sent successfully
``400 Contact Already Verified - The phone/email is already verified for this session
``429 Too Many Requests - Cooldown period not completed
Example Request
curl --request GET \
--url https://demo-api.incodesmile.com/omni/send/otp \
--header 'accept: application/json' \
--header 'api-version: 1.0'
Example Responses
application/json
200400 - Contact already verified``429