Skip to content

Followers

김은우 edited this page Mar 31, 2020 · 2 revisions

followers

Context-type : application/json

GET /api/user/:id/followers?offset=${offset}&limit=${limit}

Request

header

{
      "Cookie": "쿠키 값"
}

Response

Success : 200

   user: {
       "id": 1, 
       "nickname": "aaa",
       "image": {
             "src": "123.jpg" 
       }
   },
Clone this wiki locally