--- title: Create API Token --- # How to create an API access token? ## E2E Networks API An API token is necessary to interact with E2E Networks API. You can generate API tokens using the [E2E MyAccount portal](https://myaccount.e2enetworks.com/). You can use the following steps to generate an API token: ### Navigate to API Token creation page After you log in to the [E2E Networks MyAccount](https://myaccount.e2enetworks.com/), click on the **API** sub-menu available under the Products section on the left side of the MyAccount dashboard. ![API Dashboard](./images/api_token_00.png) ### Create an API Token You will be routed to the [Manage API](https://myaccount.e2enetworks.com/services/apiiam) page. Click on the **Create New Token** button, available on the top-right side of the API dashboard. ![Create New Token](./images/api_token_01.png) An **Add New Token** pop-up box will appear where you can give the desired name to your API token and choose capabilities permission according to your preference. > **Note**: The **Read** capability permission is enabled by default for API tokens. ![Add New Token](./images/api_token_02.png) Click on the **Generate** button, and you will see a message saying, **Your token is successfully generated** You can copy and store it securely. ![Token Generated](./images/api_token_03.png) In the future, you can check API token details and copy your API token by clicking on **Token** or delete it by clicking **Delete**. To know more about and how to start using [E2E Networks API](https://myaccount.e2enetworks.com/services/apiiam). ![Manage Token](./images/api_token_04.png) ---