다음 개인 정보 보호 핵심 서비스 통합은 모든 액세스 및 삭제 요청에 사용해야 하는 방법입니다.
개인 정보 보호 요청은 POST 요청.
요청을 만들기 전에 사용할 네임스페이스를 정의해야 합니다. 자세한 내용은 개인 정보 관리 설명서.
페이로드에는 다음 매개 변수가 포함되어야 합니다.
샘플 요청
이 POST 요청은 AMCDS2 네임스페이스에 정의된 전자 메일 조정 키를 기반으로 개인 정보 보호 요청을 만듭니다.
-X POST 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'
{
"name":"PT11832",
"namespaceName": "AMCDS2",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"label":"Delete customers",
"type":"delete"
}
POST 요청에 대한 응답입니다.
{
"PKey": "<PKEY>",
"audit": "",
"created": "2018-03-21 10:41:58.570Z",
"desc": "",
"gdprRequestData": {
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/head/privacyTool/<PKEY>/gdprRequestData/"
},
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>",
"label": "Delete customers",
"lastModified": "2018-03-21 10:41:58.570Z",
"name": "PT11832",
"namespace": {
"PKey": "<PKEY>",
"title": "Doc (AMCDS2)"
},
"namespaceName": "AMCDS2",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"retryCount": 0,
"status": "new",
"title": "Delete customers (PT11832)",
"type": "delete"
}