List followers
GET {{baseUrl}}/user_account/followers?bookmark=ut aliqua enim magna
Get a list of your followers, or a specific user's followers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"username":"username","type":"user"},{"username":"username","type":"user"}],"bookmark":"ut"}