You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/setup/find-account-and-zone-ids.mdx
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,32 @@ sidebar:
8
8
9
9
Once you [set up a new account](/fundamentals/setup/account/) and [add your domain](/fundamentals/setup/manage-domains/add-site/) to Cloudflare, you may need access to your zone and account IDs for API operations.
10
10
11
-
To find your zone and account IDs:
11
+
## Copy your Account ID
12
12
13
13
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
14
+
2. From the **Accounts** page, locate your account.
15
+
3. Select the menu button at the end of the account row.
16
+

14
17
15
-
2. Select your account and domain.
18
+
4. Select **Copy account ID**.
16
19
17
-
3. On the **Overview** page (the landing page for your domain), find the **API** section.
20
+
## Copy your Zone ID
18
21
19
-

20
-
21
-
4. The **API**section contains your **Zone ID** and**Account ID**. To copy these values for API commands or other tasks, select **Click to copy**.
22
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
23
+
2. From the **Accounts** page, locate and select your account.
24
+
3. From the **Overview**page for your account, locate the**API** section towards the bottom of the page.
22
25
23
-

26
+

24
27
25
-
For more guidance on setting up API tokens and using the API, refer to our [Cloudflare API Documentation](/fundamentals/api/).
28
+
4. Under **Zone ID** select **Click to copy**. You can also find your **Account ID** under the **API** section.
26
29
27
30
## Find account ID (Workers and Pages)
28
31
29
-
You can also find your account ID within the **Workers & Pages** section of your account:
32
+
You can also find your account ID from the **Workers & Pages** section of your account.
30
33
31
34
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
32
35
2. Select your account.
33
-
3. Go to **Workers & Pages**.
34
-
4.The **Account details** section contains your **Account ID**. To copy these values for API commands or other tasks, select **Click to copy**.
36
+
3. Go to **Workers & Pages**. The **Account details** section contains your **Account ID**.
37
+
4. To copy the Account ID, select **Click to copy**.
35
38
36
-

39
+

0 commit comments