cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/openJourney \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "passThroughData": {} } '
{ "journeyId": "uniqueJourneyIdentifier", "passThroughData": {} }
Document Verification Open Journey Service API Documentation
/openJourney
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional metadata to be carried through the journey.
Successfully opened verification journey.
Unique identifier for the verification journey.
"uniqueJourneyIdentifier"