Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 791 Bytes

OTP API

A Go API that sends verification code (OTP)

Routes

POST /email/otp (sends OTP to email)
JSON Body Params
name type data type
email required string

/vote

POST /verify/otp (verifies email)
JSON Body Params
name type data type
OTP required string
encryptedVerification required string
email required string

/vote