cURL
curl --request POST \ --url https://api-umbrella.io/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 token obtained from POST /auth. Valid for 60 minutes.
Optional metadata to be carried through the journey.
Successfully opened verification journey.
Unique identifier for the verification journey.
"uniqueJourneyIdentifier"