# API Token Management

API Development Tools / API Token Management

## Create cPanel API token

 - [GET /Tokens/create_full_access](https://api.docs.cpanel.net/specifications/cpanel.openapi/api-token-management/create_full_access.md): This function creates a new API token with full access to all of a cPanel account's features.

Note:

The token only grants access to the features that the account has access to. For example,
if you disable the File Manager feature, the
token can't access it.

## Return cPanel API tokens

 - [GET /Tokens/list](https://api.docs.cpanel.net/specifications/cpanel.openapi/api-token-management/tokens-list.md): This function returns a list of a cPanel account's API tokens.

## Update cPanel API token's name

 - [GET /Tokens/rename](https://api.docs.cpanel.net/specifications/cpanel.openapi/api-token-management/rename.md): This function renames a cPanel account's existing API token.

## Remove cPanel API token

 - [GET /Tokens/revoke](https://api.docs.cpanel.net/specifications/cpanel.openapi/api-token-management/revoke.md): This function removes an API token from a cPanel account.

