Skip to content

프로필설정

Bohyeon Kim edited this page Mar 9, 2022 · 2 revisions
메소드 경로 짧은 설명
GET auth/profile/:userid 프로필 설정

요청 헤더

Content-Type: application/json

응답 바디

성공

{
    "status": 200,
    "success": true,
    "message": "회원 조회 성공.",
    "data": [
        {
            "Name": "윤철",
            "Phone": "010-3055-0000",
            "Email": "yuncheol@hanmail.net",
            "Location": null,
            "IotNum": null
        }
    ]
}