Customer Journey
Start journey
Start a customer verification journey using a journey ID. You can also prefill customer data. For more details, see the start journey guide.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the journey. Append '@latest' to use the most recent version.
Example:
"2ec919f77eb9858f16a9c102913f68c2ede2e31952d3e2b8f5ca7028d5c480bc@latest"
Prefilled identity data for the journey.
Example:
{
"subject": {
"identity": {
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "1990-01-01",
"email": "john.doe@example.com"
}
}
}
Response
200
application/json
Journey started successfully.
Unique identifier for the active journey instance.