# Tokens Endpoints to manage the tokens ## Call Create Token - [POST /api/v1/token](https://docs.namirial.app/products/namirialpkiaas/one-shot/openapi/tokens/call_create_token_api_v1_token_post.md): Creates a new token that contains the Registration Authority Officer (RAO) credentials. ## Call Get Token - [GET /api/v1/token/{token_uid}](https://docs.namirial.app/products/namirialpkiaas/one-shot/openapi/tokens/call_get_token_api_v1_token__token_uid__get.md): Retrieves the token associated credentials with the given unique identifier. The response gets a true or false value regarding if password and PIN parameters are associated to the token. ## Call Delete Token - [DELETE /api/v1/token/{token_uid}](https://docs.namirial.app/products/namirialpkiaas/one-shot/openapi/tokens/call_delete_token_api_v1_token__token_uid__delete.md): Deletes the token with the specified unique identifier. ## Call List Tokens - [GET /api/v1/tokens](https://docs.namirial.app/products/namirialpkiaas/one-shot/openapi/tokens/call_list_tokens_api_v1_tokens_get.md): Returns a list of all tokens available and their associated data.