Skip to content

Get ActivityPub actor profile

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

Retrieves an ActivityPub Person object for a user with public key

handle
required
string

ActivityPub Person object with publicKey

Media type application/json
object
Example generated
{}

Not Found

Internal Server Error