Skip to content

[GET] 아이디 찾기 ( 서영 )

0standing2 edited this page Aug 10, 2021 · 1 revision

[GET] 아이디 찾기 ( 서영 )

서영

메소드 경로 짧은 설명
GET /auth/searchId 아이디 찾기

요청 예시

{baseURL}/auth/searchId

요청 바디

key 설명 타입 비고
name 이름 String
tel 전화번호 String

성공

{
    "result": true,
    "message": [
        {
            "id": "ex4"
        }
    ]
}

실패

{
    "result": false,
    "message": "존재하지 않는 회원입니다."
}
Clone this wiki locally