Skip to main content
GET
Get User Followings

Authorizations

Authorization
string
header
required

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

Query Parameters

userName
string
required

Screen name of the user.

cursor
string

The cursor to paginate through the results. First page is empty.

pageSize
integer
default:200

The number of followings to return per page.

Required range: 20 <= x <= 200

Response

200 - application/json

Successful response

followings
object[]
has_next_page
boolean
next_cursor
string
status
enum<string>
Available options:
success,
error
msg
string
code
integer