-
Notifications
You must be signed in to change notification settings - Fork 2
팔로워 리스트
jiss02 edited this page Jan 1, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /profile/follower | 날 팔로잉한 사람 조회 |
Content-Type: application/json
token: JWT
{
"success": true,
"message": "팔로워 전체 조회 성공",
"data": [
{
"front_image": "undefined",
"nickname": "희룽",
"introduce": "개발자 입니다"
},
{
"front_image": "undefined",
"nickname": "넴이",
"introduce": "디자이너 입니다"
}
]
}
{
"status": 361,
"success": false,
"message": "팔로우한 사람이 존재하지 않습니다."
}