Skip to content

OTP check

김은우 edited this page Mar 15, 2020 · 1 revision

OTP 인증

Content-type : application/json

POST /api/user/otpcheck

Request

{
	"otpcheck":"123456",
}

Response

Success : 200

{
     "message":"OTP 인증에 성공했습니다."
}

Fail : 401 잘못된 인증번호일 경우

     "message":"잘못된 인증번호입니다."
Clone this wiki locally