Follows
API reference index
For the complete API reference, select an endpoint from the list:
Follows lookup
Lookup following of a user by ID | GET /2/users/:id/following |
Lookup followers of a user by ID | GET /2/users/:id/followers |
Manage follows
Allows a user ID to follow another user | POST /2/users/:id/following |
Allows a user ID to unfollow another user | DELETE /2/users/:source_user_id/following/:target_user_id |