POST /interaction/v1/interactions/publishAsync/{id}?versionNumber={versionNumber}

Publishes a journey version asynchronously. To call this resource, assign your API Integration the Automation | Interactions | Read scope.

NameTypeDescription
idstringRequiredThe ID of the journey to publish expressed in the form of a GUID (UUID).
versionNumberintegerRequiredVersion number of the journey to publish

Example Request

This request asynchronously publishes the journey specified by the ID request parameter. Only the versionNumber specified in the versionNumber QUERY Parameter will be published. You must provide a valid versionNumber.

Example Response

Example Error Response