Skip to main content
GET
Enumerates accounts which follow a specified account (actor) and are followed by the viewer.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

actor
string<at-identifier>
required
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string

Response

OK

subject
object
required
followers
object[]
required
cursor
string

A cursor value to pass to subsequent calls to get the next page of results.