<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Are API Token Values Visible after Creation
Administration
Okta Classic Engine
Okta Identity Engine
Overview

When generating an API token, the token value is displayed in the Admin console immediately after the token is created. This article explains whether it is possible to view the value again after it is initially displayed after creation.

Applies To
  • API 
  • Token
Cause



 

Solution

No, the token value cannot be viewed after the first time it is displayed, immediately after the token is created. This information is also displayed directly in the Admin console each time a new token is created. The message reads as follows:

NOTE: This token will be visible only once. After this, it will be stored as a hash for protection.

Create token 

However,  to check any events related to that Token integration, copy the Token ID that is visible in the Admin console and search the system logs by using the following query to see if there are any events related to it:

  • transaction.detail.requestApiTokenId eq "Token ID"

 

Related References

Loading
Are API Token Values Visible after Creation