Fetch Followers
User Follow Operations
Fetch Followers
Get paginated list of a user’s followers
GET
Fetch Followers
Get list of accounts that follow a specific user. This is a public endpoint that does not require authentication.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.
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | ID of the user to get followers for |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | number | No | Page number (default: 1) |
limit | number | No | Items per page (default: 20, max: 100) |
Headers
NoneBody Parameters
NoneExample Request
Response
Success Response (200 OK)
Error Responses
Server Error (500 Internal Server Error)
Notes
- This endpoint does not require authentication
- Returns paginated list of users following the specified user
- Each follower includes user details and when they followed
- Public endpoint accessible to all users
- Default pagination: 20 items per page, maximum 100 items per page
- Rate limiting: 100 requests per 5 minutes

