Privacy Service API guide
The Privacy Service API provides several endpoints that allow you to programmatically manage privacy jobs for your organization. These endpoints are outlined below. Please visit the individual endpoint guides for details and refer to the getting started guide for important information on required headers, reading sample API calls, and more.
To view all available endpoints and CRUD operations, visit the Privacy Service API reference.
Privacy jobs
When Privacy Service receives a request to access or delete the personal data of a subject, the system creates privacy jobs to fulfill that request. Each privacy job contains identity information related to the data subject, metadata about the Adobe Experience Cloud product that the job applies to, and the job’s processing status.
The /jobs
endpoint allows you to create and retrieve privacy jobs for your organization. To learn how to use this endpoint, see the privacy jobs endpoint guide.
Consent
Certain regulations require explicit customer consent before their personal data can be collected. The /consent
endpoint allows you to process customer consent requests and integrate them into your privacy workflow. See the consent endpoint guide to learn more.
Next steps
To begin making calls using the Privacy Service API, read the getting started guide then select one of the endpoint guides to learn how to use specific endpoints.