---
title: "Retrieve auto-configuration availability"
method: GET
path: "/v1/domains/{domain}/auto-configure"
tags: ["Domains"]
---

# Retrieve auto-configuration availability

`GET /v1/domains/{domain}/auto-configure`

Returns whether DNS auto-configuration (Domain Connect) is available for this domain. When `available` is `false`, `manualRecords` lists the DNS records the customer must add manually.

## Path parameters

- `domain` string, required

## Headers

- `idempotency-key` string

## Response `200`

OK

- DomainConnectStatusResponseDto
  - `available` boolean, required
  - `providerName` string
  - `providerId` string
  - `reason` string
  - `reasonCode` 'disabled' | 'discovery_not_configured' | 'unsupported_provider' | 'incomplete_configuration' | 'provider_settings_unavailable' | 'untrusted_provider_flow' | 'template_not_onboarded'
  - `manualRecords` ExpectedDnsRecordDto[], required
    - `type` string, required
    - `name` string, required
    - `content` string, required
    - `ttl` string, required
    - `priority` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `413` — Payload Too Large
- `414` — URI Too Long
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `429` — The client has sent too many requests in a given amount of time.
- `500` — Internal Server Error
- `503` — The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.

---

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