Fetch Following
User Follow Operations
Fetch Following
Get paginated list of accounts a user follows
GET
Fetch Following
Get list of accounts a specific user follows. 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 that the specified user follows
- Each following entry includes user details and when they were 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

