Domain DNS abrufen

GET /domain/dns/show/{domain}

Path parameters

  • domain string Required

    Domain objekt identifikator

Responses

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