> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pcibooking.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Tokens API Reference

> API endpoints for token management: query, update, duplicate, delete tokens, CVV retention policies, and customer/property associations

API endpoints for managing card tokens stored in PCI Booking. For concepts and guidance, see the [Manage Tokens guide](/manage-tokens/overview).

## Query & Update

| Endpoint                                                                          | Description                                                                                                               |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [Query Tokens](/api-reference/manage-tokens/query-tokens)                         | Search for tokens by reference or associated property.                                                                    |
| [Retrieve Token Metadata](/api-reference/manage-tokens/retrieve-token-metadata)   | Get non-sensitive metadata for a single token (card type, masked number, expiration, CVV status, 3DS data, associations). |
| [Update Expiration](/api-reference/manage-tokens/update-expiration)               | Update the expiration date on a stored card.                                                                              |
| [Update Creator Reference](/api-reference/manage-tokens/update-creator-reference) | Set or update the reference value on a token.                                                                             |
| [Delete Creator Reference](/api-reference/manage-tokens/delete-creator-reference) | Remove the reference value from a token.                                                                                  |
| [Transfer Ownership](/api-reference/manage-tokens/transfer-ownership)             | Transfer a token to another PCI Booking account.                                                                          |
| [Duplicate Token](/api-reference/manage-tokens/duplicate-token)                   | Create a copy of an existing token.                                                                                       |
| [Delete Token](/api-reference/manage-tokens/delete-token)                         | Permanently delete a token from the vault.                                                                                |

## CVV Management

| Endpoint                                                                      | Description                                               |
| ----------------------------------------------------------------------------- | --------------------------------------------------------- |
| [CVV Management Guide](/manage-tokens/cvv-management)                         | Overview of CVV operations.                               |
| [Request CVV Entry Form](/api-reference/manage-tokens/request-cvv-entry-form) | Generate a secure CVV capture form for an existing token. |
| [Clear CVV](/api-reference/manage-tokens/clear-cvv)                           | Remove CVV data from a token.                             |

## CVV Retention Policy

| Endpoint                                                                                                        | Description                                        |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [CVV Retention Policy Guide](/capture-cards/cvv-retention-policy)                                               | Overview of CVV retention policy management.       |
| [Set CVV Retention Policy](/api-reference/manage-tokens/set-cvv-retention-policy)                               | Create or update a CVV retention policy.           |
| [Get CVV Retention Policy](/api-reference/manage-tokens/get-cvv-retention-policy)                               | Retrieve all CVV retention policies.               |
| [Get CVV Retention Policy (Specific)](/api-reference/manage-tokens/get-cvv-retention-policy-specific)           | Retrieve a specific CVV retention policy.          |
| [Delete CVV Retention Policy](/api-reference/manage-tokens/delete-cvv-retention-policy)                         | Delete all CVV retention policies.                 |
| [Delete CVV Retention Policy (Type)](/api-reference/manage-tokens/delete-cvv-retention-policy-type)             | Delete CVV retention policies for a specific type. |
| [Delete CVV Retention Policy (Type + Data)](/api-reference/manage-tokens/delete-cvv-retention-policy-type-data) | Delete a specific CVV retention policy entry.      |

## 3D Secure

| Endpoint                                                             | Description                                    |
| -------------------------------------------------------------------- | ---------------------------------------------- |
| [3D Secure Authentication Guide](/manage-tokens/3ds-auth-management) | Overview of 3DS data management.               |
| [Store 3D Token](/api-reference/manage-tokens/store-3d-token)        | Store 3DS authentication data on a token.      |
| [Retrieve 3D Token](/api-reference/manage-tokens/retrieve-3d-token)  | Retrieve 3DS authentication data from a token. |
| [Delete 3D Token](/api-reference/manage-tokens/delete-3d-token)      | Remove 3DS authentication data from a token.   |

## Customer Associations

| Endpoint                                                                              | Description                                    |
| ------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [Customer Associations](/manage-tokens/third-party-permissions)                       | Overview of token-to-customer associations.    |
| [Associate with Customer](/api-reference/manage-tokens/associate-with-customer)       | Associate a token with a PCI Booking customer. |
| [Disassociate from Customer](/api-reference/manage-tokens/disassociate-from-customer) | Remove a customer association from a token.    |
| [List Customer Associations](/api-reference/manage-tokens/list-customer-associations) | List all customers associated with a token.    |
