followers
Followers
This endpoint allows the client to retrieve a list of the followers they have.
### Integration & Pagination Guidance:
- "Followers" are other users registered on the platform who follow the authenticated user.
- Supports pagination, defaulting to 80 followers per page.
- The `sort` query parameter determines the sorting order based on when the follow relationship was established.
get/api/followers/users
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
sortstring
Specifies the sort order for the follow relationship created_at field. Use created_at for chronological (oldest first) or -created_at for reverse chronological (newest first).
Response
A List of followers