> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/api-tokens/view-api-tokens.md).

# View API tokens

Your API tokens list gives you quick access to all tokens in your account. This topic describes how to view a list of tokens and details for a specific token.

### View the API tokens list&#x20;

To view your API tokens:

1. Go to **Settings** > **API tokens**.
2. View the list of all tokens displayed on the page.
3. Check key details, such as the token name, status, created date, and more. From this page, you can also [disable or enable](/modules-and-features/settings/api-tokens/enable-or-disable-api-token.md), [edit](/modules-and-features/settings/api-tokens/edit-api-token.md), or [delete a token](/modules-and-features/settings/api-tokens/delete-api-token.md).

<div data-with-frame="true"><figure><img src="/files/3f8YehX9osJBLjj8X3RL" alt=""><figcaption><p>Use the API tokens page to view your tokens.</p></figcaption></figure></div>

### Open token details

On the token details page, you can view detailed information for a token.&#x20;

To open token details:

1. Go to **Settings** > **API tokens**.
2. Select the token you want to view. The token details page opens.
3. Use the tabs to access different types of information:

<table><thead><tr><th width="158">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Shows the token description and allows you to show, hide, and copy values.</td></tr><tr><td><strong>Modules</strong></td><td>Shows the modules that the API token can access within the account.</td></tr><tr><td><strong>Details</strong></td><td>Shows the date and time details for the token. </td></tr><tr><td><strong>Audit trail</strong></td><td>Shows the audit trail for the token.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform.softwareone.com/modules-and-features/settings/api-tokens/view-api-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
