🎉 OneTrust 202308.1.0 Released!
August 4th, 2023
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 202308.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
- Resolved an issue where the Gets Preferences for a Data Subject API was requiring the JWT to be encoded using
"typ": "JWT"
, which resulted in a 401 error and caused Cross-Device Consent to stop syncing. With this fix, validation is now supported even when"typ": "JWT"
is not specified within the header.- GET /v1/preferences?syncGroup={syncGroup}
Updated API
- GET /v1/preferences?syncGroup={syncGroup}
ESG Program Reporting & Disclosures
- Get Metric Details API: Added API to enable users to retrieve metric data. This allows users to access metric data from outside the OneTrust application.
- POST /v1/metrics/metric-details
New API
- POST /v1/metrics/metric-details
PIA & DPIA Automation
- Delete Template API: Added API to delete an assessment template by its root version ID. This allows you to delete all versions of a given template via API.
Privacy Rights Automation
- Get All Subtasks V3 API: Added API to retrieve a list of subtasks. This new API features an expanded list of filter criteria to more specifically define which subtasks should be retrieved.
- POST /v3/subtasks
New API
- POST /v3/subtasks