List followers
GET {{baseUrl}}/user_account/followers?bookmark=<string>
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":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"username":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"bookmark":"\u003cstring\u003e"}