api/docs/account/followers.md

589 B

/account/followers - GET

Lists all acccounts that are following the authenticated account.

HTTP Headers

Header Content
Authorization Bearer {token}

Responses

200 - Success

Content - JSON:

Field Description
accounts A list of (username, userid) pairs.

401 - Error: Unauthorized

The provided auth token doesn't allow you to perform this operation.

403 - Error: Forbidden

Blocked for security reasons.