From f3eb64d4e70409358286ded7066afc4ea50d107a Mon Sep 17 00:00:00 2001 From: VitaliPri Date: Mon, 29 Jun 2026 19:15:06 -0400 Subject: [PATCH] fix: use /profile/api-tokens URL for Global API Key dashboard button The DashButton on the "View your Global API key" step linked to /?to=/:account/api-tokens, which navigates to the account-level API Tokens page. The Global API Key lives under the user-profile page at /profile/api-tokens, so update the URL accordingly. Fixes #31646 --- src/content/docs/fundamentals/api/get-started/keys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/fundamentals/api/get-started/keys.mdx b/src/content/docs/fundamentals/api/get-started/keys.mdx index 40deb4eace1..0bc6a287a29 100644 --- a/src/content/docs/fundamentals/api/get-started/keys.mdx +++ b/src/content/docs/fundamentals/api/get-started/keys.mdx @@ -41,7 +41,7 @@ To retrieve your Global API key: 1. In the Cloudflare dashboard and select **User Profile** > **API Tokens**. - + 2. In the **API Keys** section, click `View` button of **Global API Key**.