Getting your Cloudflare DNS Zone API Key and Account ID

If you are using Cloudflare DNS and need to get a DNS Zone API key and Account ID, this post is for you. Why would you need this information? There are two primary reasons that come to mind:

  • You are using Dynamic DNS (DDNS) and want to update an A record in your domain to be your public home IP address.
  • You are using Letsencrypt, snap, certbot or ACME to issue trusted SSL certificates for your domain and you want to use DNS validation (vs. HTTP authentication).

Why get a DNS Zone API token vs. a global token? A global token has “root” like access to your Cloudflare account. This is way more permission than any DDNS or Letsencrypt services need and is a big security risk. You should only scope API tokens to the bare minimum access required to do the job.

Tip: Cloudflare DNS is free, and does NOT require that you use Cloudflare as your domain registrar. You can use any registrar you want and configure it to use the Cloudflare DNS servers for free. 

Get Cloudflare Account ID

  1. Login to Cloudflare and on the Home page click on the domain you want to obtain the zone API token for.
  2. In the right most column locate API. Under API copy the Account ID and save it.

Create Cloudflare Zone API Token

  1. While still in the same zone you want to create the token for, in the lower right corner click on Get your API token.

2. On the next page click on Create Token.

3. On the API Tokens screen next to Edit zone DNS click on Use Template.

4. Create a name for your token. I suggest using a name such as FQDN DNS Zone (e.g. mydomain.com DNS Zone).
5. Under Zone Resources use the domain drop down to select the domain you want to create the API token for.
6. Click on Continue to summary. 

7. Review the API Tokens summary and click Create Token.

8. Copy the API token to and save it in a safe place, like a password manager. It will never be displayed again. 

Summary

Getting your Cloudflare Zone API key and Account ID is very straight forward. Using a Zone API key is much more secure than using a Global API key. You can use this information for Dynamic DNS (DDNS) or services such as Letsencrypt to issue trusted SSL certificates for your domain.

Print Friendly, PDF & Email

Related Posts

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments