Create a new journey session

Create a unique verification session for a customer. Each session is single-use and expires after 1 hour. Once expired, a new session must be created.

The userId is automatically extracted from the authentication token. You can optionally provide customer information (firstName, lastName, birthDate) for verification purposes.

Body Params
string
required

Unique identifier of the journey template

uri

URL to redirect the user after session completion

string

Optional reference identifier from your own system (e.g. a customer ID, order reference). Used to group or retrieve sessions later via GET /session.

userInput
object

Optional customer information for verification

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json