🎉 OneTrust 6.34 Released!
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.34.
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.
Cookie Compliance
- V2 Cookie Report API: Added API to retrieve all cookie details or the cookie details for a specific domain. This API enables users to retrieve cookie information from the updated version of Cookie Compliance.
- GET /v2/cookie-reports
New API
This API is not compatible with Legacy workflow.
- GET /v2/cookie-reports
Universal Consent & Preference Management
- Geolocation Fields for Data Subjects: Updated API to include the
LatestGeolocation
field. This enables users to see the current geolocation information captured for a data subject against the purpose they consented to.- GET /v1/datasubjects/profiles
Updated API
- GET /v1/datasubjects/profiles
- Geolocation Fields for Receipts: Updated API to include the
country
,state
,stateName
, andpurposeIDs
geolocation fields. This allows the geolocation fields to be displayed on a data subject receipt.- POST /v2/receipts
Updated API
- GET /v1/receipts
Updated API
- POST /v2/receipts
- 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
New Attachment APIs: The following APIs are currently available for UAT and UAT-DE environments only during OneTrust 6.34. For more information, please contact OneTrust Support.
- Upload Consent Attachments: Added API to upload .pdf, .jpeg, or .png files smaller than 4 MB to the Consent module. The file
refId
is returned in the response and can be referenced on data subject profiles when calling POST /v1/consentreceipts using theattachments
orPurposeAttachments
fields.- POST /v1/attachments
New API
- POST /v1/attachments
- Download Consent Attachments: Added API to download all files attached to a data subject identifier as a ZIP file.
- Download Individual Consent Attachment: Added API to download a specific file
refId
attached to a data subject identifier as a ZIP file. - Remove Attachment References from Data Subject: Added API to remove a specific file
refId
attached to a data subject identifier. - Remove All Attachment References from Data Subject: Added API to to remove all file references attached to a data subject identifier.