Get a SMD
This endpoint allows you to get a SMD of a given domain
Endpoint
GET /registrar/v1/domains/{domain}/smd
Parameters
| Name | Location | Required | Type | Description |
|---|---|---|---|---|
| domain | Path | Yes | String | A complete domain name |
Response
SMD id
Example Request
GET https://api.nameshield.net/registrar/v1/domains/exemple.com/smd
Content-Type: application/json
Example Response
{
"message": "Ok",
"data": {
"smd_id": "0000001751376056503931-65535"
}
}