-
Notifications
You must be signed in to change notification settings - Fork 3
이메일인증
SimJungUk edited this page Jul 11, 2019
·
7 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /core/users/emailCheck | 이메일 인증 |
Content-Type: application/json
{
"email" : "[email protected]"
}
{
"status": 200,
"success": true,
"message": "email 중복 검사 완료",
"data": 1064946
}
{
"status": 400,
"success": false,
"message": "중복된 email이 있습니다."
}
{
"status": 500,
"success": false,
"message": "INTERNAL SERVER ERROR",
}