Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

userName
string<string>
required

screen name of the user

cursor
string<string>

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

pageSize
integer
default:200

The number of followings to return per page. Default is 200.min 20,max 200

Response

User followings

followings
object[]

Array of followings

has_next_page
boolean

Indicates if there are more results available

next_cursor
string

Cursor for fetching the next page of results

status
enum<string>

Status of the request.success or error

Available options:
success,
error
message
string

Message of the request.error message