Fetch Followers
Follow Endpoints
Fetch Followers
Get paginated list of accounts that follow the current user
GET
Fetch Followers
Get paginated list of accounts that follow the current authenticated user.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Page number for pagination
Items per page (maximum: 100)
Response
Array of follower objects
Error Responses
Unauthorized - 401 Unauthorized
Unauthorized - 401 Unauthorized
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Requires authentication
- Returns paginated list of accounts that follow the current user
- Each follower entry includes user details and follow timestamp
- Default pagination: 20 items per page, maximum 100 items per page
- Rate limiting: 100 requests per 5 minutes

