Retrieve details of specific DNS template.
Request
Add parameter in header API-key
Example:API-key: ********************
Request Code Samples
curl --location --request GET 'https://mijn.host/api/v2/domains/dns-templates/1000' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json'
Responses
application/json {
"status": 0,
"status_description": "string",
"data": {
"id": 0,
"alias": "string",
"default": true,
"records": [
{
"type": "string",
"name": "string",
"value": "string",
"ttl": 0,
"priority": 0
}
]
}
}
Modified at 2025-12-10 14:56:58