> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/developers/api/client-api/manage/application/dns.md).

# DNS

This subsection is specific to applications and assists in checking the correctness of DNS configurations during application creation.

## Validate DNS

<mark style="color:blue;">`GET`</mark> `{{BASE_URL}}/api/dns/{domainName}`

Checks the validity of the specified dns address.

#### Path Parameters

| Name                                         | Type   | Description |
| -------------------------------------------- | ------ | ----------- |
| domainName<mark style="color:red;">\*</mark> | String |             |

#### Headers

| Name                                            | Type   | Description  |
| ----------------------------------------------- | ------ | ------------ |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer Token |

{% tabs %}
{% tab title="200: OK " %}

```json
["htz.front.kraudcloud.com"]
```

{% endtab %}
{% endtabs %}
