DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust.
Output
Encoding
application/jsondids
array
Required
No description available.
Try 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",
"required": [
"dids"
],
"properties": {
"dids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
}
}
}
},
"encoding": "application/json"
},
"description": "DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust."
}