ActivityPub Object and Activity Delivery API

ActivityPub defines a server-to-server federation protocol for delivering activities between instances. Servers dereference actor inboxes from WebFinger or direct URLs, then HTTP POST signed Activity objects (Create, Update, Delete, Announce, Follow, Accept, Reject, Undo, Block, etc.) using JSON-LD with the ActivityStreams context. Delivery handles addressing via to, cc, bcc, and audience fields.

API entry from apis.yml

apis.yml Raw ↑
aid: activitypub:activitypub-object-delivery-api
name: ActivityPub Object and Activity Delivery API
tags:
- Activities
- Objects
- Delivery
- Federation
- Social Networks
properties:
- url: https://www.w3.org/TR/activitypub/#delivery
  type: Documentation
- url: https://www.w3.org/TR/activitypub/#activity-types
  type: APIReference
description: ActivityPub defines a server-to-server federation protocol for delivering activities between
  instances. Servers dereference actor inboxes from WebFinger or direct URLs, then HTTP POST signed Activity
  objects (Create, Update, Delete, Announce, Follow, Accept, Reject, Undo, Block, etc.) using JSON-LD
  with the ActivityStreams context. Delivery handles addressing via to, cc, bcc, and audience fields.