Skip to content

Get user profile

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

Retrieves a user’s profile by handle, with optional federation support

handle
required
string

Profile and actor data

Media type application/json
object
Example generated
{}

Not Found

Internal Server Error