List owned sites and the domains currently mapped to each site.
Output
Encoding
application/jsonsites
array
Required
No description available.
Errors
AuthenticationRequired
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"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"sites"
],
"properties": {
"sites": {
"type": "array",
"items": {
"ref": "#siteSummary",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "List owned sites and the domains currently mapped to each site."
}