Get Following by Page
Followers & Following Endpoints
Get Following by Page
Retrieve a paginated list of following users using cursor-based pagination. Each page returns up to 200 users. Pass next_cursor from the previous response to continue. Pricing: $0.14 per 1,000 following users.
POST
Get Following by Page
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Current page data (up to 200 following users) and pagination metadata (has_next_page, next_cursor).
Current page following items.
User information structure
Whether another page is available.
HTTP status code
Response message
Use this cursor to fetch the next page when has_next_page is true.
Example:
"1234567890"