Names reserved under one of the caller's delegation bases, with who each is reserved for and whether it routes. The base's probe is not included.
Parameters
Output
application/jsoncursor
string
Optional
Present when more entries exist.
reservations
array
Required
No description available.
Errors
NotBaseOwner
No verified or active registration of that domain belongs to the caller. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotBaseOwner",
"description": "No verified or active registration of that domain belongs to the caller."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"reservations"
],
"properties": {
"cursor": {
"type": "string",
"description": "Present when more entries exist."
},
"reservations": {
"type": "array",
"items": {
"ref": "#reservationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"domain"
],
"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."
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "The base domain."
}
}
},
"description": "Names reserved under one of the caller's delegation bases, with who each is reserved for and whether it routes. The base's probe is not included."
}