Skip to main content
GET
Get User Verified Followers

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
string
required

User ID of the user.

cursor
string

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

Response

200 - application/json

Successful response

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