--- title: "Managing API Tokens" slug: "managing-api-tokens" updated: 2026-05-19T20:22:08Z published: 2026-05-19T20:22:08Z canonical: "help.hyperscience.ai/managing-api-tokens" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # Managing API Tokens > [!CAUTION] > **API tokens are deprecated for use in production environments. They should be used only for troubleshooting and exploration.** > > For information on authenticating API requests, see [Machine to Machine (M2M) Authentication with OAuth 2.0](/deployment/docs/machine-to-machine-authentication-with-oauth-20). Every user has an API token, but an individual user must have the API Access permission in order to make API calls with their auth token. For more information, see our [API documentation](https://docs.hyperscience.ai/#introduction). The instructions in this article are for on-premise / private cloud instances. For SaaS instances, see [API Access for SaaS Instances](/deployment/docs/api-access-for-saas-instances). ## Viewing user auth tokens & details You can view your own API token in the application. Depending on your permissions, you may also be able to see the tokens of other users, along with other authentication details. ### Viewing your own API token All users can see their own API token. To see your token, click on your username in the upper-right corner of an application page, and then click **Show API Auth Token** from the menu that appears. ![ShowAPIAuthToken.png](https://cdn.us.document360.io/87894cef-4958-4f3f-be6f-b75a78c82548/Images/Documentation/24808462726413.png) ### Viewing details of other users If you’re a System Admin, you can view the API token and other details for any user in your instance. To do so: 1. Click **Users** in the left-hand sidebar. 2. In the table, click on a user’s name to see their API token, last login, email, permission group, and their authentication groups. 3. Click **Done** to go back to the list of users. ## Resetting API tokens If a user needs a new API token and you are a System Admin, you can reset their token. Doing so also logs the user out of any active sessions. To reset users’ API tokens: 1. Click **Users** in the left-hand sidebar. 2. In the table, select the checkboxes for the users you would like to create new API tokens for. 3. Click **Actions**, and then click **Reset Authentication**. 4. Click **OK**.