How to Manage API Tokens
Vamp allows you to manage multiple API tokens in API Tokens Settings.
Each token may have a unique set of permissions for its particular use case.
API Token Settings
Click your profile picture in the upper, right-hand corner of the screen.
Select API Tokens from the dropdown menu.
Manage Tokens
In the Manage API Tokens section you will see a list of the token you have created.
If the token has been used in an API request, the approximate time it was last used will be displayed.
Manage Permissions
To update the permissions of a particular API token, select the Permissions button next to the token's name.
A popup will be displayed with the available API Token Permissions.
Permissions are formatted as resource:ability
. For example, guide:read
allows the token to read Guides.
Select the permissions you would like the token to have and select the Save button.
API tokens are tied to your Vamp account. Your ability to perform certain actions may be limited by your Team role permissions in addition to the permissions you set on the token itself.
Delete a Token
To delete an API Token, select the Delete button next to the token's name.
A Delete API Token popup will be displayed. Confirm deletion by selecting the Delete button in the popup.
Ensure no third-party services are using the API token before you delete it.