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.
- API
- Token
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.
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"
