API Documents///
- Trigger on-demand journey workflow execution
List journeys
Create journey
Retrieve summary of specified journey
Update journey entity
Delete journey entity
Update meta field
Retrieve a list of available behavior table of specified step
Retrieve a list of journey activation templates of specified step
Create a duplicate of the specified journey
Retrieve journey statistics
Retrieve the list of conversion sankey chart source data
Retrieve the list of activation sankey chart source data
Retrieve list of profiles in journey
Retrieve list of segment rules available in audience
Retrieve list of journey activations in journey
Create an activation step in journey
Retrieve summary of activation node in journey
Update the configuration of the activation step in journey
Pause journey and associated activations schedules.
Resume journey and associated activations schedules.
Retrieve list of profiles in the journey stage
Return the journey bundle information
Update the metadata of the journey bundle
Delete the journey bundle
Returns the latest journey in the bundle
Return the list of statistics of jouney under the bundle
Return the list of conversion sankey charts of journey under the bundle
Return the list of activation sankey charts of journey under the bundle
Returns the list of activations associated with the journey bundle
Create the new journey under the bundle with copying the latest journey
Validate the journey can be appended to the bundle
Trigger on-demand journey...
Triggers the journey workflow to execute immediately using the most recent completed Parent Segment output data. Does not initiate a Parent Segment refresh. Returns 409 Conflict if a PS refresh or journey workflow is already in progress. Returns 422 if the journey is not eligible for on-demand execution (e.g., not active, belongs to Priority Group).
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/entities/journeys/{journeyId}/run
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/entities/journeys/{journeyId}/run
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/entities/journeys/{journeyId}/run
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/entities/journeys/{journeyId}/run
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/entities/journeys/{journeyId}/run
curl -i -X POST \
'https://api-cdp.treasuredata.com/entities/journeys/{journeyId}/run' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "string", "type": "execution-journey", "attributes": { … } } }