Adobe Experience Cloud · Example Payload

Target Api Offer List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

totaloffsetlimitoffers

Example Payload

Raw ↑
{
  "total": 61,
  "offset": 80,
  "limit": 12,
  "offers": [
    {
      "id": 43,
      "name": "Example Name",
      "type": "content",
      "content": "example",
      "modifiedAt": "2025-03-15T14:30:00Z"
    }
  ]
}