Skip to main content
GET
Enumerates accounts which a specified account (actor) follows.

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
dids
string<did>[]

If provided, filters the follows to only include those with DIDs in this list.

cursor
string

Response

OK

subject
object
required
follows
object[]
required
cursor
string

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

count
integer