---
title: "Get DNS configuration status"
method: GET
path: "/open-api/v1.0/dns"
tags: ["DNS"]
---

# Get DNS configuration status

`GET /open-api/v1.0/dns`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns the cached DNS configuration and record status for the shop's custom domain

## Response `200`

OK

- ComFourthwallOpenapiModelDnsDnsStatusV1
  - `domain` string
  - `status` 'CONNECTED' | 'NOT_CONNECTED' | 'PARTIALLY_CONNECTED' | 'SYNCING_YOUR_DOMAIN' | 'REMOVAL_IN_PROGRESS'
  - `records` ComFourthwallOpenapiModelDnsDnsRecordV1[], required
    - `recordType` string, required
    - `host` string
    - `value` string
    - `status` string, required
    - `validationError` string
    - `alias` string, required
    - `priority` integer
  - `dnsProvider` string
  - `dnsProviderMode` string
  - `sslSynced` boolean

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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