Request Queues
Create Request
❗️ End of Support Notification
As of March 3, 2022, this API is now deprecated. Any customers leveraging this API are encouraged to migrate to the Create Request API. For more information, see OneTrust API Sunsetting & Deprecation Guidelines.
Use this API to create a request for a given hosted web form. The webform must already be created.
post/api/datasubject/v2/requestqueues
Request body
Example request
{
"firstName": "Test",
"lastName": "User",
"email": "testuser@onetrust.com",
"language": "en-us",
"additionalData": {
"key": "value"
},
"requestTraceId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
}Response
OK