# 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

## 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


