You can monitor information about a created privacy request using a GET request.
The status list description is available in the Privacy management documentation.
Sample request
-X GET https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>' \
-H 'Content-Type: application/json;charset=utf-8'
Response to the GET request.
{
"PKey": "<PKEY>",
"audit": "",
"created": "2018-03-09 12:28:37.319Z",
"desc": "",
"gdprRequestData": {
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>/gdprRequestData/"
},
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>",
"label": "Delete customer profile",
"lastModified": "2018-03-09 12:39:21.232Z",
"name": "GDPR6",
"namespace": {
"PKey": "<PKEY>",
"title": "Email (defaultNamespace1)"
},
"namespaceName": "defaultNamespace1",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"retryCount": 0,
"status": "errorDataNotFound",
"title": "Delete customer profile (GDPR6)",
"type": "delete"
}