Skip to main content
The Follows endpoints let you follow and unfollow users, and retrieve follower and following lists for any user.

Overview

Follow

Follow a user on behalf of the authenticated user

Unfollow

Unfollow a user

Followers

Get a user’s followers

Following

Get who a user follows

Endpoints

Follows lookup

MethodEndpointDescription
GET/2/users/:id/followersGet a user’s followers
GET/2/users/:id/followingGet who a user follows

Manage follows

MethodEndpointDescription
POST/2/users/:id/followingFollow a user
DELETE/2/users/:source_user_id/following/:target_user_idUnfollow a user

Example: Get followers

Example: Follow a user


Getting started

Prerequisites

Quickstart

Get started with follows

API Reference

Full endpoint documentation

Sample code

Working code examples