---
title: "Get profile domain DNS status"
method: GET
path: "/api/reach/v1/profiles/{profileUuid}/domains/dns-status"
tags: ["Reach: Profiles"]
---

# Get profile domain DNS status

`GET /api/reach/v1/profiles/{profileUuid}/domains/dns-status`

Retrieve the DNS configuration status for a profile's domain.

This endpoint reports the state of MX, SPF, DKIM and DMARC records, including the
actual records found and the suggested records required for correct email delivery.

## Path parameters

- `profileUuid` string, required

## Response `200`

Success response

- ReachV1ProfilesDomainsDnsStatusResource
  - `domain` string
  - `mx` ReachV1ProfilesDomainsDnsRecordStatus
    - `actual` object[]
      - `type` string
      - `value` string
    - `suggested` object[]
      - `name` string
      - `type` string
      - `value` string
    - `is_valid` boolean
  - `spf` ReachV1ProfilesDomainsDnsRecordStatus
    - `actual` object[]
      - `type` string
      - `value` string
    - `suggested` object[]
      - `name` string
      - `type` string
      - `value` string
    - `is_valid` boolean
  - `dkim` ReachV1ProfilesDomainsDnsRecordStatus
    - `actual` object[]
      - `type` string
      - `value` string
    - `suggested` object[]
      - `name` string
      - `type` string
      - `value` string
    - `is_valid` boolean
  - `dmarc` ReachV1ProfilesDomainsDnsRecordStatus
    - `actual` object[]
      - `type` string
      - `value` string
    - `suggested` object[]
      - `name` string
      - `type` string
      - `value` string
    - `is_valid` boolean

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
