| Field | Type | Description |
|---|---|---|
| host | String | Host name |
| ext | String | Extension name |
| available | Boolean | Indicates whether the host is available |
| Action | URL |
|---|---|
| Create Host | {{baseUrl}}/domain/v2/host/create |
curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/host/check?nameserver=ns10.testrestreg123.com&ext=com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"host": "ns10.testrestreg123.com",
"ext": "com",
"available": false
}
}