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

KeyDatatypeRequiredDescription
bookmarkstringCursor used to fetch the next page of items

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"username":"username","type":"user"},{"username":"username","type":"user"}],"bookmark":"ut"}