Get a Pentaract profile by handle or DID.
Parameters
Output
Encoding
application/jsonhandle
string
Optional
The resolved ATProto handle for display.
profile
union
Optional
No description available.
profileType
string
Optional
No description available.
Known values:
actor, orgTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"handle": {
"type": "string",
"description": "The resolved ATProto handle for display."
},
"profile": {
"refs": [
"games.gamesgamesgamesgames.defs#actorProfileDetailView",
"games.gamesgamesgamesgames.defs#orgProfileDetailView"
],
"type": "union"
},
"profileType": {
"type": "string",
"knownValues": [
"actor",
"org"
]
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"handle": {
"type": "string",
"description": "The handle or DID of the user whose profile to fetch."
}
}
},
"description": "Get a Pentaract profile by handle or DID."
}