🎉 OneTrust 6.30 Released!
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.30.
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.
API Keys created in the Integrations module prior to OneTrust 6.14 (known as Legacy API Keys) will reach end of support on January 31, 2022. Any customers leveraging these Legacy API Keys to authenticate OneTrust APIs or any integration workflows will be affected.
Customers should update any applications or webhooks leveraging these Legacy API Keys with one of the OAuth 2.0 methods OneTrust offers to prevent any interruption of service. If you are not making use of Legacy API Keys, no changes are required. For additional details, see End of Support for Legacy API Keys.
Universal Consent & Preference Management
- Do Not Call Data Subject Attribute: Updated the APIs to include the
isDNCInclude
parameter. When passed as true, it will indicate if data subject phone numbers are on the FCC’s Do Not Call list.- GET /v2/datasubjects
Updated API
- GET /v1/datasubjects/profiles
Updated API
- GET /v2/datasubjects
- URL Updates: Updated the following endpoint URLs from /v1/mergerequestschedule to /v1/scheduled-jobs/merge-request. This update helps to maintain naming consistency across the application.
- POST /v1/scheduled-jobs/merge-request
Updated API
- GET /v1/scheduled-jobs/merge-request
Updated API
- GET /v1/scheduled-jobs/merge-request/{mergeRequestGuid}
Updated API
- DELETE /v1/scheduled-jobs/merge-request/{mergeRequestGuid}
Updated API
- POST /v1/scheduled-jobs/merge-request
DataDiscovery
- Delete Scan Profile by ID: Added API to delete a scan profile by ID. This allows users to delete any scan profile from the application by its unique ID.