Skip to main content
This guide walks you through retrieving followers and following lists, and managing follows.
PrerequisitesBefore you begin, you’ll need:
  • A developer account with an approved App
  • Your App’s Bearer Token (for lookups)
  • User Access Token (for managing follows)

Get a user’s followers

Retrieve the list of users following a specific user:
cURL

Response


Get who a user follows

Retrieve the list of users that a specific user follows:
cURL

Follow a user

Follow a user on behalf of the authenticated user:
cURL

Response

If the target account is protected, pending_follow will be true until the follow request is approved.

Unfollow a user

Unfollow a user on behalf of the authenticated user:
cURL

Response


Common parameters

ParameterDescription
max_resultsResults per page (1-1000, default 100)
pagination_tokenToken for next page
user.fieldsAdditional user fields
expansionsRelated objects to include

Next steps

User lookup

Look up user profiles

Blocks

Block and unblock users

Mutes

Mute and unmute users

API Reference

Full endpoint documentation