ActivityPub Followers and Following API

Actors expose followers and following as OrderedCollection or Collection endpoints. These endpoints enumerate the social graph connections for an actor. The Follow activity posted to the outbox initiates a follow relationship; the target actor can accept or reject via Accept or Reject activities. These collections are pageable via OrderedCollectionPage.

API entry from apis.yml

apis.yml Raw ↑
aid: activitypub:activitypub-followers-following-api
name: ActivityPub Followers and Following API
tags:
- Followers
- Following
- Social Graph
- Social Networks
properties:
- url: https://www.w3.org/TR/activitypub/#followers
  type: Documentation
- url: https://www.w3.org/TR/activitypub/#following
  type: APIReference
description: Actors expose followers and following as OrderedCollection or Collection endpoints. These
  endpoints enumerate the social graph connections for an actor. The Follow activity posted to the outbox
  initiates a follow relationship; the target actor can accept or reject via Accept or Reject activities.
  These collections are pageable via OrderedCollectionPage.