Skip to main content
GET
Get Followers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

screen_name
string
required

The screen name of the user to get followers.

Example:

"elonmusk"

count
integer
required

The number of followers to get.

Example:

200

Response

A list of user info, or a task_id for large requests

get followers API response

data
required

List of user info, or task handle when count exceeds async threshold

User information structure

code
integer
default:200

HTTP status code

msg
string
default:success

Response message