Skip to content

Receive ActivityPub activities

POST
/api/v1/activitypub/user/{handle}/inbox
curl --request POST \
--url https://example.com/api/v1/activitypub/user/example/inbox \
--header 'Content-Type: application/json' \
--data '{}'

Receives and processes incoming ActivityPub activities (Create, Update, Delete, Follow, etc.)

handle
required
string
Media type application/json
object
Example generated
{}

Activity processed

Bad Request

Internal Server Error