Fetch Following
Follow Endpoints
Fetch Following
Get a paginated list of users the authenticated user follows
GET
Fetch Following
Returns a paginated list of users that the authenticated user is following. Unlike the user-scoped endpoint, this route always returns data for the current authenticated user.
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.

