# 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. The token grants access to the features that the account has access to. For example, if you disable the 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.