GET
/entities/journeys
List journeys
POST
/entities/journeys
Create journey
GET
/entities/journeys/{journeyId}
Retrieve summary of specified journey
PATCH
/entities/journeys/{journeyId}
Update journey entity
DELETE
/entities/journeys/{journeyId}
Delete journey entity
POST
/entities/journeys/{journeyId}/detail
Update meta field
POST
/entities/journeys/{journeyId}/available_behaviors_for_step
Retrieve a list of available behavior table of specified step
POST
/entities/journeys/{journeyId}/activation_templates_for_step
Retrieve a list of journey activation templates of specified step
POST
/entities/journeys/duplicate
Create a duplicate of the specified journey
GET
/entities/journeys/{journeyId}/statistics
Retrieve journey statistics
POST
/entities/journeys/{journeyId}/run
Trigger on-demand journey workflow execution
#
GET
/entities/journeys/{journeyId}/conversion_sankey_charts
Retrieve the list of conversion sankey chart source data
GET
/entities/journeys/{journeyId}/activation_sankey_charts
Retrieve the list of activation sankey chart source data
GET
/entities/journeys/{journeyId}/customers
Retrieve list of profiles in journey
GET
/entities/journeys/segment_rules
Retrieve list of segment rules available in audience
GET
/entities/journeys/{journeyId}/activations
Retrieve list of journey activations in journey
POST
/entities/journeys/{journeyId}/activations
Create an activation step in journey
GET
/entities/journeys/{journeyId}/activations/{journeyActivationStepId}
Retrieve summary of activation node in journey
PATCH
/entities/journeys/{journeyId}/activations/{journeyActivationStepId}
Update the configuration of the activation step in journey
PATCH
/entities/journeys/{journeyId}/pause
Pause journey and associated activations schedules.
PATCH
/entities/journeys/{journeyId}/resume
Resume journey and associated activations schedules.
GET
/entities/journeys/{journeyId}/journey_stages/{journeyStageId}/customers
Retrieve list of profiles in the journey stage
GET
/entities/journey_bundles/{journeyBundleId}
Return the journey bundle information
PATCH
/entities/journey_bundles/{journeyBundleId}
Update the metadata of the journey bundle
DELETE
/entities/journey_bundles/{journeyBundleId}
Delete the journey bundle
GET
/entities/journey_bundles/{journeyBundleId}/latest
Returns the latest journey in the bundle
GET
/entities/journey_bundles/{journeyBundleId}/statistics
Return the list of statistics of jouney under the bundle
GET
/entities/journey_bundles/{journeyBundleId}/conversion_sankey_charts
Return the list of conversion sankey charts of journey under the bundle
GET
/entities/journey_bundles/{journeyBundleId}/activation_sankey_charts
Return the list of activation sankey charts of journey under the bundle
GET
/entities/journey_bundles/{journeyBundleId}/activations
Returns the list of activations associated with the journey bundle
POST
/entities/journey_bundles/{journeyBundleId}/journeys
Create the new journey under the bundle with copying the latest journey
GET
/entities/journey_bundles/{journeyBundleId}/journeys_appendable
Validate the journey can be appended to the bundle