# Get domain details Fetches json representation of a domain that includes details about the domain's state and settings. Endpoint: GET /v4/domains/{name} Version: 3.0.0 Security: basicAuth ## Path parameters: - `name` (string, required) The name of the domain you want to fetch ## Query parameters: - `h:extended` (boolean) Default to false. If set to true, domain payload will include dkim_host, mailfrom_host and pod - `h:with_dns` (boolean) Default to true, domain payload will include sending and receiving dns records payload ## Response 200 fields (application/json): - `domain` (any, required) Domain details - `receiving_dns_records` (array) List of DNS records required for receiving emails - `sending_dns_records` (array) List of DNS records required for sending emails ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message