diff --git a/src/content/changelog/fundamentals/2026-06-25-api-token-search.mdx b/src/content/changelog/fundamentals/2026-06-25-api-token-search.mdx index 2008b23ec85..542f143822d 100644 --- a/src/content/changelog/fundamentals/2026-06-25-api-token-search.mdx +++ b/src/content/changelog/fundamentals/2026-06-25-api-token-search.mdx @@ -10,7 +10,7 @@ You can now search API tokens by name, making it easier to find specific tokens ### What's new -- **Dashboard search**: Both [account API tokens](https://dash.cloudflare.com/?to=/:account/account-api-tokens) and [user API tokens](https://dash.cloudflare.com/profile/api-tokens) pages now include a search bar. Type a name to filter results. +- **Dashboard search**: Both [account API tokens](https://dash.cloudflare.com/?to=/:account/api-tokens) and [user API tokens](https://dash.cloudflare.com/profile/api-tokens) pages now include a search bar. Type a name to filter results. - **API search support**: The [`/user/tokens`](/api/resources/user/subresources/tokens/methods/list/) and [`/accounts/{account_id}/tokens`](/api/resources/accounts/subresources/tokens/methods/list/) endpoints now accept a `name` query parameter to filter tokens by name. For more information, refer to [Create an API token](/fundamentals/api/get-started/create-token/) and [Account API tokens](/fundamentals/api/get-started/account-owned-tokens/).