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.
Request
Path Parameters
Query Parameters
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

