Create the new journey under the bundle with copying the latest journey

Return the journey bundle information which contains the list of journey versions

SecurityTdApikeyAuth
Request
path Parameters
journeyBundleId
required
integer <int64>

Journey Bundle ID

Request Body schema: application/json

parameters to specify the source journey copy from

sourceId
string

ID of the journey to be copied

object
Responses
200

Returns the journey

post/entities/journey_bundles/{journeyBundleId}/journeys
Request samples
application/json
{
  • "sourceId": "string",
  • "attributes": {
    }
}
Response samples
application/json
{
  • "data": {
    },
  • "included": [
    ]
}