GET
/
onboarding
/
getVerification
/
{sessionId}
curl --request GET \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/getVerification/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "total_hits": 123,
  "found_records": [
    {
      "entity_type": "<string>",
      "name": "<string>",
      "pep_type": "<string>",
      "date_of_birth": [
        "<string>"
      ],
      "citizenship": [
        "<string>"
      ]
    }
  ]
}

For a usage description of the QES Onboarding Get Verification Service, please refer to the QES Onboarding page.

Endpoint

GET /onboarding/getVerification/{sessionId}

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionId
string
required

Response

200
application/json

Verification result retrieved successfully

The response is of type object.

GET
/
onboarding
/
getVerification
/
{sessionId}
curl --request GET \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/getVerification/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "total_hits": 123,
  "found_records": [
    {
      "entity_type": "<string>",
      "name": "<string>",
      "pep_type": "<string>",
      "date_of_birth": [
        "<string>"
      ],
      "citizenship": [
        "<string>"
      ]
    }
  ]
}

For a usage description of the QES Onboarding Get Verification Service, please refer to the QES Onboarding page.

Endpoint

GET /onboarding/getVerification/{sessionId}

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionId
string
required

Response

200
application/json

Verification result retrieved successfully

The response is of type object.