POST
/
verifySingle
Single-Step Document Verification
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/verifySingle \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "imageName": "<string>",
    "imageSide": "front",
    "storeOnly": true,
    "imageData": "<string>",
    "passThroughData": {}
  }
]'
{
  "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 Document Verification Verify Single Service, please refer to the Document Verification page.

Endpoint

POST /verifySingle

Authorizations

Authorization
string
header
required

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

Body

application/json · object[]

The body is of type object[].

Response

200
application/json

Verification successful

The response is of type object.