Skip to content

Get ActivityPub outbox collection

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

Retrieves an OrderedCollection paginated list of activities published by this user

handle
required
string
page
integer
perPage
integer

ActivityPub OrderedCollectionPage

Media type application/json
object
Example generated
{}

Not Found

Internal Server Error