Skip to content

Get ActivityPub following collection

GET
/api/v1/activitypub/user/{handle}/following
curl --request GET \
--url https://example.com/api/v1/activitypub/user/example/following

Retrieves an OrderedCollection paginated list of accounts the user follows

handle
required
string
page
integer

ActivityPub OrderedCollectionPage

Media type application/json
object
Example generated
{}

Not Found

Internal Server Error