List followers

GET {{baseUrl}}/user_account/followers?bookmark=<string>

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

{&quot;items&quot;:[{&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}