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