API Reference > Manage data access assets > Data de-identification API
  

Data de-identification API

Use the data de-identification API to create, update, delete, or retrieve data de-identification policies and data de-identification rules.
Data de-identification policies transform data in ways that you specify to de-identify sensitive data. The de-identified data might be tokenized to maintain the original format, generalized to a common year or month, or truncated to keep only minimal contents visible, making it useful for analysis.

Data de-identification API endpoints

Send a request to create, update, delete, or retrieve data de-identification policies and data de-identification rules. Submit a request with the appropriate methods and endpoints.
The following table describes methods and endpoints for the data de-identification API:
Method
Endpoint
Description
GET
<baseApiUrl>/data360/dam/api/v1/data-deidentifications
Retrieve the list of all data de-identification policies
GET
<baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}
Retrieve the published version of specific data de-identification policies
POST
<baseApiUrl>/data360/dam/api/v1/data-deidentifications
Create new data de-identification policies
PUT
<baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}
Modify existing data de-identification policies
PATCH
<baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}
Modify existing data de-identification policies
DELETE
<baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}
Delete existing data de-identification policies
DELETE
<baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}/rules
Delete existing data de-identification rules
The base API URL differs for each pod. For more information, see Send Requests.