DNSZonesSettings
Get Zone Settings
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*Domain
Response Body
application/json
curl -X GET "https://example.com/v3/dns/zones/string/settings"{ "id": 0, "name": "string", "friendly_name": "string", "comment": "string", "email": "string", "alias_of": "string", "expiry": 0, "nxdomain_ttl": 0, "default_ttl": 0, "refresh": 0, "retry": 0, "serial": 0, "managed_soa": true, "managed_acme": true, "enabled": true, "propagated": true}How is this guide?
Last updated on