data.disabledRecords separately from active data.records.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/dns?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM&domain=acmecorp.com' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "DNS records fetched successfully",
"data": {
"records": [
{
"recordId": "REC_abc123",
"host": "@",
"value": "1.2.3.4",
"recordType": "A",
"priority": "10",
"ttl": "3600",
"excludedDMARCtags": [
"string"
]
}
],
"disabledRecords": [
{
"recordId": "REC_abc123",
"host": "@",
"value": "ns1.provider.com.",
"recordType": "NS",
"ttl": "86400"
}
]
}
}