cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/users/:userId/followers
{ "data": [ { "followId": "<string>", "user": {}, "followedAt": "<string>" } ], "totalCount": 123, "page": 123, "limit": 123 }
Get a paginated list of users who follow a specific user
1
20
100
200
Show item properties
useFetchFollowers
useFetchFollowersByUserId