-
Notifications
You must be signed in to change notification settings - Fork 1
질문자 회윈 탈퇴
박지수 Jisu Park edited this page Nov 10, 2020
·
1 revision
[DELETE] ~/api/v1/asker/mypage/profile
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
성공
{
"code": "success",
"message": "success",
"data": {
"gender": "남",
"age": "20대 후반",
"pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/user_image/img_profile_m.png",
"login_at": 1604911989000,
"created_at": 1603977198000,
"updated_at": 1603977198000,
"idx": 342,
"id": "7REx84rnHYZx5W7MIi56ydNioN32",
"social": "email",
"email": "[email protected]",
"nickname": "답변자141",
"status": "deleted"
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}