Skip to main content
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.

Query Parameters

number
Page number for pagination. Defaults to 1.
number
Number of results per page. Defaults to 20. Max 100.

Response

On success, returns HTTP 200 with a paginated response:
array
Array of follow entries.
object
Pagination metadata.

See Also