Start journey (/journey/start)
endpoint to
start a customer verification journey. Also, you must include a valid access
token in your request to start a journey.@2z5wz848
) or the latest version (@latest
).Mode | Description |
---|---|
Prefill mode | You send customer data upfront in the request. The system might auto-complete matching tasks. By default, prefill mode operates synchronously, which means the /journey/start response returns only after processing is complete for all modules. You can also start a prefill journey in asynchronous mode, which means that the /journey/start call initiates the journey and return the instance ID and the processing happens asynchronously. Async prevents timeout issues with long-running processes. |
Non-prefill mode | You start the journey without user data. Required details must be submitted via tasks later. |
5xx
error is returned.Start journey (/journey/start)
endpoint:
@latest
with your specific journey version. For example: "resourceId": "8c24f3a5b76d09e182c397fd45c91ae3f8b530d7a19e64c2bd93f5a76c48e09f@3x5wz848"
.Note that using @latest
can have a small delay in processing.instanceId
which you’ll use in later steps.context
object by sending a request to the same Start journey (/journey/start)
endpoint. To know what and how to pass the user data, check the User data schema reference. Depending on the user data you’re passing, your request looks something like this:
async
: prefill mode)"async": true
in the config object within your request context, as shown below:
instanceId
.