A Go API that sends verification code (OTP)
POST
/email/otp
(sends OTP to email)
name |
type |
data type |
email |
required |
string |
POST
/verify/otp
(verifies email)
name |
type |
data type |
OTP |
required |
string |
encryptedVerification |
required |
string |
email |
required |
string |