GET
/
twitter
/
user
/
followings

Authorizations

X-API-Key
string
header
required

Query Parameters

userName
string
required

screen name of the user

cursor
string

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

Response

200 - application/json
followings
object[]

Array of followings

has_next_page
boolean

Indicates if there are more results available

message
string

Message of the request.error message

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