{
"success": true,
"status": 200,
"message": "Domains fetched successfully",
"data": {
"totalCount": 15,
"totalPages": 2,
"currentPage": 1,
"hasNextPage": true,
"hasPreviousPage": false,
"nextPage": 2,
"previousPage": null,
"domains": [
{
"id": "domain-uuid",
"workspaceId": "workspace-uuid",
"domain": "example.com",
"status": "ACTIVE",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z",
"forwardTo": "forward@email.com",
"forwardToAddedOnReseller": true,
"dmarcEmail": "dmarc@email.com",
"dmarcEmailAddedToReseller": true,
"forwardingEmail": "forwarding@email.com",
"forwardingEmailAdded": true,
"catchAllEmail": "catchall@email.com",
"catchAllEmailAdded": true,
"nameServers": ["ns1.provider.com", "ns2.provider.com"],
"unusedDomainNotification": false,
"dnsManagedBy": "CLOUDFLARE",
"maskForwarding": false,
"isWarmedUp": false,
"autoRenew": true,
"registeredOn": "2023-01-15T00:00:00.000Z",
"expireOn": "2025-01-15T00:00:00.000Z",
"dnsAuthenticationInProgress": false,
"cloudflareCredentialsId": "cf-cred-uuid",
"expectedNameServers": ["ns1.expected.com", "ns2.expected.com"],
"isaftermarket": false,
"assignedMailboxesCount": 5,
"transferRequired": true,
"transferInternally": false,
"isCloudflareConnected": true,
"dnsShieldUpdateInProgress": null,
"dnsShieldEnabled": false,
"dnsBoxInvalidNameServers": false
}
]
}
}