> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/verify-domain-ownership/verify-with-dns-cname.md).

# Verify with DNS CNAME record

How to verify domain ownership with a DNS CNAME record for Snyk API and Web

Verify domain ownership by adding a CNAME record to your DNS configuration.

This verification method proves you have control over the DNS records for your domain without making changes to your website. Use this method when your domain FQDN is a CNAME and TXT record verification is not available.

## Get verification details

1. In Snyk API & Web, navigate to the **Targets** page.
2. Click the **Domains** tab.
3. Locate your domain and click **Verify**.
4. Select **DNS (CNAME)** as the verification method.
5. Note both the **NAME** and **VALUE** provided.
6. Keep the verification dialog open.

## Create the DNS CNAME record

1. Access your DNS management console (provided by your domain registrar or DNS hosting service).
2. Add a new CNAME record with these details:
   * **Name/Host**: The name value from Snyk API & Web
   * **Type**: CNAME
   * **Value/Points to**: The value from Snyk API & Web (verification domain)

## Complete verification

1. Return to the verification dialog in Snyk API & Web.
2. Click **Verify**.

## Troubleshooting

### DNS propagation delay

DNS records can take time to propagate across all DNS servers. If verification fails immediately:

* Wait up to 48 hours for full propagation (typically much faster)
* Use a DNS lookup tool to check if the CNAME record is visible
* Try verification again after waiting

If you encounter CNAME restrictions, use an alternative verification method:

* [TXT file verification](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/verify-domain-ownership/verify-with-txt-file.md)
* [Meta tag verification](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/verify-domain-ownership/verify-with-meta-tag.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/verify-domain-ownership/verify-with-dns-cname.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
