POST v1/Customer/SendVerificationCode

Send verification code for an unauthenticated user

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
Email
No description available
Not available
PhoneNumber
No description available
Not available
CountryCode
No description available
Not available
IsoCountryCode
No description available
Not available
MfaVerificationOption
No description available
Not available

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": true
}

application/xml, text/xml

Sample:
<SendVerificationCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <Status>true</Status>
</SendVerificationCodeResponse>