Adobe Experience Cloud · Example Payload

Target Api Delivery Response Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Target Api Delivery Response Example is an example object payload from Adobe Experience Cloud, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestIdexecuteprefetch

Example Payload

Raw ↑
{
  "requestId": "abc123",
  "execute": {
    "mboxes": [
      {
        "name": {},
        "options": {}
      }
    ]
  },
  "prefetch": {}
}