-
Notifications
You must be signed in to change notification settings - Fork 1
이메일 중복 확인
rkdls8268 edited this page Jul 17, 2020
·
5 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /user/checkemail | 이메일 중복 확인 |
{
"Content-Type": "application/json"
}
{
"email": "[email protected]"
}
key | 설명 | 타입 |
---|---|---|
사용자 이메일 | String |
{
"status": 200,
"success": true,
"message": "사용 가능한 이메일입니다.",
"data": {
"email": "[email protected]"
}
}
- 이메일 중복
{
"status": 200,
"success": false,
"message": "이미 등록된 이메일입니다."
}
- 데이터 누락
{
"status": 200,
"success": false,
"message": "필요한 값이 없습니다"
}
- MAIN - 지도🌏
- MAIN - 내 정보🙋♀️
- 검색🔍