List domains currently mapped to a specific site.
Parameters
Output
Encoding
application/jsondomains
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": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"ref": "#siteDomain",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did",
"rkey"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"rkey": {
"type": "string",
"format": "record-key"
}
}
},
"description": "List domains currently mapped to a specific site."
}