Creating, Renaming, or Revoking a Personal Access Token (PAT)
To access the Istari Digital Application Programming Interface (API) securely, you can create a Personal Access Token (PAT) to make authorized API calls. You can also rename or revoke tokens to manage your access securely over time.
Creating a Personal Access Token (PAT)
-
Open the Settings menu.
Click your user profile icon in the bottom-left corner of the Istari Digital interface. Then select Settings from the dropdown menu. -
Navigate to Developer Settings.
In the Settings panel, select Developer Settings to manage API access. -
Click the "Generate New Token" button.
This opens a modal window for creating a new token. -
Enter a name for your token.
In the Token Name field, provide a meaningful label (e.g.,automation-script-token
). -
Click the "Generate" button.
Your new PAT will be created, and credentials will be displayed on the screen. -
Copy the credentials.
Click Copy Credential to copy the token value to your clipboard.⚠️ Important: You will only be able to see this token once. Paste and save it in a secure location.
-
View your PAT list.
After creation, the token will appear in the Developer Settings token list.
Renaming a PAT
-
Click the "Edit" button next to the token.
This opens the rename dialog. -
Enter a new name in the Token Name field.
-
Click the "Save" button.
A confirmation message will confirm the name was successfully updated.
Revoking a PAT
-
Click the "Delete" button next to the token you want to revoke.
This opens a confirmation dialog. -
Click the "Remove" button to confirm the revocation.
-
A confirmation message will appear once the token is revoked and removed from the list.
Revoking All PATs
-
Click the "Revoke All Tokens" button in the Developer Settings panel.
-
Confirm the action.
In the confirmation modal, click Revoke All to permanently delete all active tokens. -
A confirmation message will appear once all tokens have been revoked.