# Token This contains APIs related to Token as defined in Harness ## Create a Token - [POST /ng/api/token](https://apidocs.harness.io/token/createtoken.md): Creates a Token for the given API Key Type. ## Update a Token - [PUT /ng/api/token/{identifier}](https://apidocs.harness.io/token/updatetoken.md): Updates a Token for the given API Key Type. ## Delete a Token - [DELETE /ng/api/token/{identifier}](https://apidocs.harness.io/token/deletetoken.md): Deletes a Token for the given API Key Type. ## List all Tokens - [GET /ng/api/token/aggregate](https://apidocs.harness.io/token/listaggregatedtokens.md): Lists all the Tokens matching the given search criteria. ## Rotate a Token - [POST /ng/api/token/rotate/{identifier}](https://apidocs.harness.io/token/rotatetoken.md): Rotates a Token for the given API Key Type. ## Validate a Token - [POST /ng/api/token/validate](https://apidocs.harness.io/token/validatetoken.md): Validate a Token for the given account. ## Token#IssueToken - [GET /sto/api/v2/token](https://apidocs.harness.io/token/token_issuetoken.md): Issue a cross-service token ## Issue a cross-service token - [GET /v1/token](https://apidocs.harness.io/token/token_issuetoken1.md): Issue a cross-service token