domainName or componentDomainId, scoped to the authenticated partner.domainName or componentDomainId must be provided.GET /domains/domain?domainName=acmecorp.comGET /domains/domain?componentDomainId=D4XM9JV2S9HMPYFQW393AZHQVD4XMforwardTo and emailForwarding are null if no forwarding is configured for the domain.domainProtectionEnabled reflects whether domain privacy/protection is active.404 otherwise.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/domains/domain?domainName=acmecorp.com&componentDomainId=D4XM9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Domain fetched successfully",
"data": {
"userEmail": "alice@acmecorp.com",
"domain": "acmecorp.com",
"status": "ACTIVE",
"registeredOn": "2024-01-15T10:30:00.000Z",
"expireOn": "2025-01-15T10:30:00.000Z",
"purchaseType": "FREE",
"serviceProvider": "GOOGLE",
"autoRenew": true,
"renewedOn": null,
"domainProtectionEnabled": false,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-06-01T08:00:00.000Z",
"forwardTo": null,
"emailForwarding": null
}
}