Adobe Experience Cloud · Example Payload

Journey Optimizer Api Journey List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

journeystotalCount

Example Payload

Raw ↑
{
  "journeys": [
    {
      "id": "abc123",
      "name": "Example Name",
      "description": "example",
      "status": "draft",
      "version": "example",
      "createdAt": "2025-03-15T14:30:00Z",
      "modifiedAt": "2025-03-15T14:30:00Z"
    }
  ],
  "totalCount": 76
}