이메일 인증 코드 요청

Server
IOS
Http Method
GET
AOS
도메인
Member
Path: /api/v1/email?email=irmnels@gmail.com
Request
Query Params
email (String) 
Response
{
  "code": 1000,
  "message": "요청에 성공하였습니다."
}
Error
{
    "status": 409,
    "code": "DUPLICATED_EMAIL",
    "message": "이미 가입되어 있는 이메일입니다."
}

{
    "status": 403,
    "code": "FAILED_TO_SEND_EMAIL",
    "message": "이메일 전송에 실패하였습니다."
}
화면
 
notion image
 

이메일 인증 코드 요청

Server
IOS
Http Method
GET
AOS
도메인
Member
Path: /api/v1/email?email=irmnels@gmail.com
Request
Query Params
email (String) 
Response
{
  "code": 1000,
  "message": "요청에 성공하였습니다."
}
Error
{
    "status": 409,
    "code": "DUPLICATED_EMAIL",
    "message": "이미 가입되어 있는 이메일입니다."
}

{
    "status": 403,
    "code": "FAILED_TO_SEND_EMAIL",
    "message": "이메일 전송에 실패하였습니다."
}
화면
 
notion image