List domains for the authenticated DID (wisp subdomains + custom).
Output
Encoding
application/jsondomains
array
Required
Domains owned by the caller DID.
Errors
AuthenticationRequired
InvalidRequest
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"ref": "#domainSummary",
"type": "ref"
},
"description": "Domains owned by the caller DID."
}
}
},
"encoding": "application/json"
},
"description": "List domains for the authenticated DID (wisp subdomains + custom)."
}