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
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,27 @@ 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
+
4. Select **Copy account ID**.
14
17
15
-
2. Select your account and domain.
18
+
## Copy your Zone ID
16
19
17
-
3. On the **Overview** page (the landing page for your domain), find the **API** section.
18
-
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
-
23
-

24
-
25
-
For more guidance on setting up API tokens and using the API, refer to our [Cloudflare API Documentation](/fundamentals/api/).
20
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
21
+
2. From the **Accounts** page, locate and select your account.
22
+
3. From the **Overview** page for your account, locate the **API** section towards the bottom of the page.
23
+
4. Under **Zone ID** select **Click to copy**. You can also find your **Account ID** under the **API** section.
26
24
27
25
## Find account ID (Workers and Pages)
28
26
29
-
You can also find your account ID within the **Workers & Pages** section of your account:
27
+
You can also find your account ID from the **Workers & Pages** section of your account.
30
28
31
29
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
32
30
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**.
31
+
3. Go to **Workers & Pages**. The **Account details** section contains your **Account ID**.
32
+
4. To copy the Account ID, select **Click to copy**.
35
33
36
-

34
+

0 commit comments