Adobe Campaign · Schema

PrivacyRequestResponse

PrivacyRequestResponse from Adobe Campaign API

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel MarketingTransactional MessagingCustomer DataAdobe Experience CloudSMSPush NotificationsWorkflow-AutomationPrivacy

Properties

Name Type Description
PKey string The PKEY of the created privacy request.
status string Current status of the privacy request.
View JSON Schema on GitHub

JSON Schema

adobe-campaign-standard-privacy-request-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-schema/adobe-campaign-standard-privacy-request-response-schema.json",
  "title": "PrivacyRequestResponse",
  "description": "PrivacyRequestResponse from Adobe Campaign API",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string",
      "description": "The PKEY of the created privacy request.",
      "example": "example_value"
    },
    "status": {
      "type": "string",
      "description": "Current status of the privacy request.",
      "example": "active"
    }
  }
}