cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/follows/followers
{ "followers": [ { "followId": "<string>", "user": { "id": "<string>", "name": "<string>", "username": "<string>", "avatar": "<string>", "bio": "<string>", "reputation": 123 }, "followedAt": "<string>" } ], "pagination": { "currentPage": 123, "totalPages": 123, "totalCount": 123, "hasNextPage": true, "hasPreviousPage": true, "limit": 123 } }
Get paginated list of accounts that follow the current user
Show properties
Unauthorized - 401 Unauthorized
{ "error": "Authentication required", "code": "auth/unauthorized" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error", "code": "follow/server-error" }