-
Notifications
You must be signed in to change notification settings - Fork 0
인증 메일 전송
Haely edited this page Nov 3, 2020
·
1 revision
[POST] ~/users/auth
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
변수 | 타입 | 설명 |
---|---|---|
String | 인증번호 보낼 이메일 주소 |
변수명 | 설명 |
---|---|
authNum | 인증번호(6자리) |
{
"status": 200,
"success": true,
"message": "인증번호 이메일 전송 성공",
"data": {
"authNum": "494525"
}
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)