@ -7,11 +7,17 @@ keywords: ['api tokens', 'create api token', 'delete api token']
## Create API Token
Open Account Settings page from the user menu in the bottom left corner of the sidebar. Follow the steps below to create API Token
Open Account Settings page from the user menu in the bottom left corner of the sidebar.
1. Click on `User menu` in the bottom left corner of the sidebar,
2. Select `Account Settings` from the dropdown
![profile page ](/img/v2/account-settings/account-settings.png )
1. Click on `API Tokens` tab
Follow the steps below to create API Token
1. Click on `Tokens` tab in the `Account Settings` page
2. Click on `Add New API Token`
3. Enter the name of the API Token
3. Enter the name for the API Token
4. Click on `Save` button to save the changes
![Create API Token ](/img/v2/account-settings/api-token-1.png )
@ -25,7 +31,17 @@ API Token created will get added to the list. Copy API token by clicking on `Cop
## Delete API Token
1. Click on `API Tokens` tab
Open Account Settings page from the user menu in the bottom left corner of the sidebar.
1. Click on `User menu` in the bottom left corner of the sidebar,
2. Select `Account Settings` from the dropdown
![profile page ](/img/v2/account-settings/account-settings.png )
1. Click on `Tokens` tab in the `Account Settings` page
2. From the `Actions` menu, click on `Delete` button associated with the API Token to be deleted
![Delete API Token ](/img/v2/account-settings/api-token-4.png )
:::warning
Note that, all the services using the API Token will stop working once the API Token is deleted.
:::