---
title: "Create a realtime journey activations for the specified realtime journey."
method: POST
path: "/entities/realtime_journeys/{realtimeJourneyId}/activations"
tags: ["Realtime Journeys"]
---

# Create a realtime journey activations for the specified realtime journey.

`POST /entities/realtime_journeys/{realtimeJourneyId}/activations`

Create a realtime journey activations for the specified realtime journey.

## Response `200`

Returns the list of realtime journey activations for the specified realtime journey.

- object
  - `data` PartialRealtimeJourneyYamlRealtimeJourneyActivationStepResource
    - `id` string
    - `type` 'realtime-journey-activation-step'
    - `attributes` object
      - `name` string
      - `description` string, nullable
      - `stepUuid` string
      - `connectionId` string, required
      - `connectorType` string, required
      - `connector` PartialRealtimeJourneyYamlRealtimeActivationParameters, required
        - `exportJson` string, nullable
        - `exportAdvancedJson` string, nullable
      - `realtimeJourneyId` string
      - `realtimeJourneyStageId` string, nullable — null until used in the RT Journey

---

[API](https://skmtc.net/treasure/apis/cdp-api.md) · [All operations](https://skmtc.net/treasure/apis/cdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/cdp-api/revisions/24caa8eb809b/schema)
