You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
title: 'API Tokens'
|
|
|
|
description: 'This article explains how to create and delete API Tokens.'
|
|
|
|
tags: ['account settings', 'api tokens']
|
|
|
|
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
|
|
|
|
|
|
|
|
1. Click on `API Tokens` tab
|
|
|
|
2. Click on `Add New API Token`
|
|
|
|
3. Enter the name of the API Token
|
|
|
|
4. Click on `Save` button to save the changes
|
|
|
|
|
|
|
|
![Create API Token](/img/v2/account-settings/api-token-1.png)
|
|
|
|
|
|
|
|
![Create API Token](/img/v2/account-settings/api-token-2.png)
|
|
|
|
|
|
|
|
|
|
|
|
API Token created will get added to the list. Copy API token by clicking on `Copy` button displayed under `Actions` menu
|
|
|
|
|
|
|
|
![Create API Token](/img/v2/account-settings/api-token-3.png)
|
|
|
|
|
|
|
|
## Delete API Token
|
|
|
|
|
|
|
|
1. Click on `API Tokens` tab
|
|
|
|
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)
|