Search domains
This endpoint allows you to search domains in your wallet
Endpoint
GET /registrar/v1/domains
Parameters
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
| domain_searched | URL | No | String | A part or a complete domain name | |
| status | URL | No | String | Domain status. Possible values:
| |
| include_scope | URL | No | Integer | 1 | Include your subsidiaries. Possible values:
|
| with_bastion | URL | No | Integer | Include or exclude domain names using the DNS Bastion. Possible values:
|
Response
Domain search
Example Request
GET https://api.nameshield.net/registrar/v1/domains?domain_searched=exemple.com&inclue_scope=1&status=ORDERED&with_bastion=0
Content-Type: application/json
Example Response
Renew domain
{
"message": "Ok",
"data": [
{
"id": 0,
"domain": "example.com",
"unicode": "example.com",
"customerId": 0,
"status": "BLOCKED",
"bastion": true
}
]
}