Domain DNS abrufen

GET /domain/dns/show/{domain}

Path parameters

  • domain string Required

    Domain objekt identifikator

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • type string
    • name string
    • content string
    • priority string
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"
}