Get DNS domains delegation data

GET/v1/dns/domains/delegation_data

Send a GET request to the /v1/dns/domains/delegation_data endpoint to get the Servers.com name servers and the TXT record value needed to verify a domain.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/dns/domains/delegation_data"
{  "nameservers": [    "ns3.semifreddo.info",    "ns4.semifreddo.info"  ],  "required_txt": "69905b5d61bab45e9fd5d2578fbd4597900db324cc3591102970ae6989ff47d5"}