🎉 OneTrust 202209.1.0 Released!
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 202209.1.0.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust Release Notes page. Learn more about environment maintenance on the Current and Historic Maintenance page, and subscribe to proactive environment notifications on our System Status and Scheduled Maintenance page.
Consent & Preference Management
- Updated Input Validation: The input validation for the
Organizations
parameter in the following API has been updated to acceptexternalId
values, configured for organizations during creation, as valid parameter values.- PUT /v1/purposes/{purposeGuid}
Updated API
The
externalId
value can be defined when creating a new organization or can be retrieved for existing organizations.
- PUT /v1/purposes/{purposeGuid}
- Data Subjects V3: Added the following APIs to retrieve either a single data subject profile or a list of all data subject profiles. These APIs are designed to be used in synchronous workflows and will remain available during maintenance periods.
- GET /v3/datasubjects/profile
New API
Preview
This API is under preview beginning in OneTrust 6.32. The response will return results for newly created data subjects after the preview request is enabled.
- GET /v3/datasubject-profiles
New API
Preview
This API is under preview beginning in OneTrust 6.34. The response will return results for newly created data subjects after the preview request is enabled.
- GET /v3/datasubjects/profile
Data Discovery
- Create Credential: Added API to create metadata for a credential that can be used by the scanner to search for credentials in the vault in Data Discovery.
- POST /v2/credentials
New API
- POST /v2/credentials
- Delete a Credential by ID: Added API to delete an existing credential's metadata using the
id
parameter. Any references to the credential will be deleted from the application.- DELETE /v2/credentials/{id}
New API
- DELETE /v2/credentials/{id}