No description available.
Parameters
Output
Encoding
application/jsoncollections
array
Required
No description available.
did
stringdid
Required
A decentralized identifier (DID).
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": [
"did",
"collections"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"collections": {
"type": "array",
"items": {
"type": "string",
"format": "nsid"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"repo"
],
"properties": {
"repo": {
"type": "string",
"format": "at-identifier"
}
}
}
}