POST /interaction/v1/interactions/resume/key:{definitionKey}?versionNumber={versionNumber}

Resumes the paused journey that matches the specified definitionKey.

URL Parameters

NameTypeDescription
definitionIDstringRequiredThe ID of the journey to be resumed, expressed in the form of a GUID (UUID).
versionNumberintegerRequiredThe version number of the journey to be resumed. This parameter is optional only when the allVersions parameter is true.
allVersionsintegerIndicates whether to resume all versions of the journey. This parameter is required only when you don't provide a versionNumber in the request URL.

Example Request

Response: No Errors

Response: Missing Version Number

Response: No Journey That Can Be Resumed Matches the Key

Response: Runtime Error

Response: Empty or Incorrect Authorization Token