Skip to content

Get ActivityPub followers collection

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

Retrieves an OrderedCollection paginated list of followers for a user

handle
required
string
page
integer

ActivityPub OrderedCollectionPage

Media type application/json
object
Example generated
{}

Not Found

Internal Server Error