Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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/).