Outbox

By Fediverse Developer Network

https://fedidevs.org/projects/server-apps/kbin/outbox/

Example:

User outbox

curl -H "Accept: application/activity+json, application/ld+json" https://dev.karab.in/u/eee/outbox
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "OrderedCollection",
  "id": "https://dev.karab.in/u/eee/outbox",
  "first": "https://dev.karab.in/u/eee/outbox?page=1",
  "totalItems": 24
}

Magazine outbox

curl -H "Accept: application/activity+json, application/ld+json" https://dev.karab.in/m/fediverse/outbox