# Tokenization Management API Manage tokenization services, formats, and deployments for data tokenization within Anypoint Security. - **Version:** 1.0.0 - **Category:** Security - **OpenAPI Spec:** [api.yaml](https://dev-portal.mulesoft.com/apis/tokenization-creation-and-mgmt/api.yaml) ## Servers - `https://anypoint.mulesoft.com/tokenization/api/{version}/organizations/{organizationId}` - `https://{region}.anypoint.mulesoft.com/tokenization/api/{version}/organizations/{organizationId}` - `https://{region}.platform.mulesoft.com/tokenization/api/{version}/organizations/{organizationId}` ## Operations (15) ### GET /formats **Operation ID:** `getFormats` Get a list of formats. **Parameters:** | `query` | query | Filter the formats by providing a comma separate list of format uuids | optional | ### POST /formats **Operation ID:** `createFormats` Create a new format. ### GET /formats/{formatId} **Operation ID:** `getFormatsByFormatid` Get the format with id = {formatId} **Parameters:** | `formatId` | query | The format ID to identify the target resource. | required | ### PUT /formats/{formatId} **Operation ID:** `updateFormatsByFormatid` Replaces a formats. **Parameters:** | `formatId` | query | The format ID to identify the target resource. | required | ### DELETE /formats/{formatId} **Operation ID:** `deleteFormatsByFormatid` Deletes a formats. **Parameters:** | `formatId` | query | The format ID to identify the target resource. | required | ### GET /services **Operation ID:** `getServices` Get a list of services. ### GET /environments/{envId}/services **Operation ID:** `getEnvironmentsByEnvidServices` Get a list of services. **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | ### POST /environments/{envId}/services **Operation ID:** `createEnvironmentsByEnvidServices` Create a new service. **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | ### GET /environments/{envId}/services/{serviceId} **Operation ID:** `getEnvironmentsByEnvidServicesByServiceid` Get the service with id = {serviceId} **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | | `serviceId` | query | The service ID to identify the target resource. | required | ### PUT /environments/{envId}/services/{serviceId} **Operation ID:** `updateEnvironmentsByEnvidServicesByServiceid` Replaces a services. **Parameters:** | `desiredStatus` | query | The desired state of service. | optional | | `rtfUpdate` | query | Set to true if the rtf needs to be changed. | optional | | `envId` | query | The ID of the environment in which the query will be executed | required | | `serviceId` | query | The service ID to identify the target resource. | required | ### PATCH /environments/{envId}/services/{serviceId} **Operation ID:** `patchEnvironmentsByEnvidServicesByServiceid` To perform rekey of a VDP table associated with a service. **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | | `serviceId` | query | The service ID to identify the target resource. | required | ### DELETE /environments/{envId}/services/{serviceId} **Operation ID:** `deleteEnvironmentsByEnvidServicesByServiceid` Deletes a services. **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | | `serviceId` | query | The service ID to identify the target resource. | required | ### GET /environments/{envId}/deployments **Operation ID:** `getEnvironmentsByEnvidDeployments` Get deployer information for tokenization services. **Parameters:** | `tragetId` | query | This is a required parameter. This is a , separated list of all runtime fabric uuids | required | | `envId` | query | The ID of the environment in which the query will be executed | required | ### GET /environments/{envId}/deployments/{deploymentId} **Operation ID:** `getEnvironmentsByEnvidDeploymentsByDeploymentid` Get the deployment with id = {deploymentId} **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | | `deploymentId` | query | The deployment ID to identify the target resource. | required | ### GET /environments/{envId}/deployments/{deploymentId}/specs **Operation ID:** `getEnvironmentsByEnvidDeploymentsByDeploymentidSpecs` Get the list of specs defined for a particular deployment. The specs that will appear in this list are: 1) The desired spec referenced by the specVersion attribute of the deployment. 2) The former spec. 3) All the specs that are applied in any target node. **Parameters:** | `envId` | query | The ID of the environment in which the query will be executed | required | | `deploymentId` | query | The deployment ID to identify the target resource. | required |