POST
/
openJourney
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": {}
}

For a usage description of the Document Verification Open Journey Service, please refer to the Document Verification page.

Endpoint

POST /openJourney

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
Successfully opened verification journey.

The response is of type object.