Skip to main content

Get a SMD

This endpoint allows you to get a SMD of a given domain

Endpoint

GET /registrar/v1/domains/{domain}/smd

Parameters

NameLocationRequiredTypeDescription
domainPathYesStringA 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"
}
}