π§Check Email Info
Enroll Allow You to Add Multiple Emails For Each Customer
1.Send OTP
get
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Responses
200
Success
400
Bad Request
get
/api/v1/authentication/EmailOtpAuthentication/SendEmailOtpGET /api/v1/authentication/EmailOtpAuthentication/SendEmailOtp HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 0
}2. Validate OTP
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Body
otpstring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/authentication/EmailOtpAuthentication/VerifyEmailOtpPOST /api/v1/authentication/EmailOtpAuthentication/VerifyEmailOtp HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"otp": "text"
}{
"status": 0
}Last updated