Fetch Followers
Follow Endpoints
Fetch Followers
Get a paginated list of the authenticated user’s followers
GET
Fetch Followers
Returns a paginated list of users who follow the authenticated user. Unlike the user-scoped endpoint, this route always returns data for 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. Defaults to
1.Number of results per page. Defaults to
20. Max 100.Response
On success, returns HTTP200 with a paginated response:
Array of follow entries.
Pagination metadata.

