curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/followers{
"data": [
{
"followId": "<string>",
"user": {},
"followedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}Get a paginated list of the authenticated user’s followers
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/followers{
"data": [
{
"followId": "<string>",
"user": {},
"followedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}1.20. Max 100.200 with a paginated response: