Skip to main content
This use case shows how an application tokenizes and detokenizes data through the CryptoHub REST API. In CryptoHub 7.3.0.x, tokenization is split between two roles. An administrator defines a token profile and its Control Rules in the CryptoHub client; an application then submits data to that profile through the API. You do not build the transformation per request: you select a profile by its UUID and call its endpoints.

Prerequisites

Before an application can tokenize or detokenize, an administrator must have:

Steps

  1. Enable API access and authenticate to the v2 REST API or the Host API.
  2. Tokenize and detokenize data against the profile by its UUID.
For the request and response schema of every endpoint, see the token-profiles API reference.