Domain DNS abrufen
Path parameters
-
domain
string Required Domain objekt identifikator
GET
/domain/dns/show/{domain}
curl \
-X GET https://api.famesystems.de/domain/dns/show/{domain} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"type": "type",
"name": "name",
"content": "content",
"priority": "priority"
}
Response examples (200)
{
"type": "type",
"name": "name",
"content": "content",
"priority": "priority"
}