The caller's registrations: domains claimed by the calling identity, and domains registered to the spaces the caller is the authority of.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
Present when more entries exist.
domains
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": {
"cursor": {
"type": "string",
"description": "Present when more entries exist."
},
"domains": {
"type": "array",
"items": {
"ref": "lol.dids.defs#domainView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum entries to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "The caller's registrations: domains claimed by the calling identity, and domains registered to the spaces the caller is the authority of."
}