Skip to content

OTP send

김은우 edited this page May 25, 2020 · 2 revisions

OTP 인증번호 전송

Content-type : application/json

POST /api/user/otpsend

Request

{
	"schoolEmail":"[email protected]",
}

Response

Success : 200

{
     "message":"입력하신 이메일로 OTP 인증번호가 발송되었습니다."
}

Fail : 409 이미 가입된 이메일일 경우

     "message":"이미 가입된 이메일입니다."
Clone this wiki locally