Skip to main content
GET
/
verifications
/
{verificationId}
/
view
View
curl --request GET \
  --url https://sandbox.syngrafii.com/api/v1/verifications/{verificationId}/view \
  --header 'api_key: <api-key>'
{
  "verificationId": "<string>",
  "organizationId": "<string>",
  "packageId": "<string>",
  "packageName": "<string>",
  "packageType": "<string>",
  "signerId": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "<string>",
  "timeCreated": "<string>",
  "timeUpdated": "<string>",
  "countryCode": "<string>",
  "attempts": 123,
  "errors": 123,
  "continue": true,
  "error": "<string>",
  "state": "<string>",
  "results": [
    {
      "verificationResultId": "<string>",
      "verificationId": "<string>",
      "timeCreated": "<string>",
      "passed": true,
      "noRetry": true,
      "expired": true,
      "scores": {},
      "scoresDescription": {},
      "fieldScores": {},
      "fields": {},
      "data": {},
      "error": "<string>",
      "type": "<string>",
      "state": "<string>",
      "documents": [
        {
          "verificationDocumentId": "<string>",
          "verificationId": "<string>",
          "timeCreated": "<string>",
          "documentType": "<string>",
          "imageType": "<string>",
          "url": "<string>"
        }
      ]
    }
  ]
}
You can retrieve detailed verification results by calling /verifications/{verificationId}/view endpoint.

Verification ID

First you must obtain a signer’s current verificationId by calling /packages/{packageId} or /packages/{packageId}/status endpoints.
You can find the verificationId under each signer.
{
    ...
    "signers": [
        {
            "signerId": "7c9b63d1-e3c0-49b0-b13a-e9a24a402fc8",
            ...
            "verification": {
                "verificationId": "f050356f-e671-4436-801b-57b9ed40cc8b",
                ...
            }
        }
    ],
    ...
}
See the Verification signer API for more information on retrieving current signer verification results by package and signer ID.
If the signer has not yet started their identity verification, the verificationId will be an empty UUID value of "00000000-0000-0000-0000-000000000000" and the verification state will be set to not_started.

Request

Request
GET /verifications/{verificationId}/view

Parameters

verificationId
string
required
The unique identifier of the verification you want to retrieve detailed results for.

Response

verificationId
string
Unique identifier for the verification.
organizationId
string
Unique identifier for the organization.
packageId
string
Unique identifier for the package.
packageName
string
Package name.
packageType
string
Package type.
signerId
string
Unique identifier for the signer.
firstName
string
Signer’s first name.
lastName
string
Signer’s last name.
email
string
Signer’s email address.
timeCreated
date
Time verification record was created.
timeUpdated
date
Time verification record was last updated.
countryCode
string
Two-character ISO-3166-1 country code.
attempts
number
Current number of failed attempts.
errors
number
Current number of errors.
continue
boolean
Set to true if the signer is allowed to continue with signing documents after failing identity verification.
error
string
Error code if verification is in a failed state (if any).
state
string
The current state of the signer’s identity verification process.
results
object[]
Results of the verification record.

Examples

Response (200)
{
    "verificationId": "6297e62f-d49d-4f2e-8369-e24ce4316e73",
    "organizationId": "24261ee6-5f66-4692-ba49-533c9b58999b",
    "packageId": "08aba360-4466-4463-8b4b-9585d3de4b33",
    "signerId": "dff8f8cc-fe2d-428e-9a8c-bcf1a2b187ce",
    "firstName": "Signer",
    "lastName": "One",
    "email": "signer.one@syngrafii.com",
    "timeCreated": "2023-01-18T20:09:11.632Z",
    "timeUpdated": "2023-01-18T20:14:05.387Z",
    "countryCode": "CA",
    "error": null,
    "state": "passed",
    "results": [
        {
            "verificationResultId": "faa1a005-40a8-43e1-98c8-23d6c7a54278",
            "timeCreated": "2023-01-18T20:13:26.111Z",
            "passed": true,
            "noRetry": null,
            "expired": null,
            "scores": {
                "document": 100,
                "security_check_features": 100,
                "security_check_tampering": 100,
                "security_check_live_photo": 100,
                "document_live_photo_liveness": 100,
                "security_check_country": 100,
                "security_check_document_type": 100,
                "security_valid_document_type": 100,
                "security_valid_document": 100,
                "security_valid_data": 100,
                "security_check_data": 100,
                "security_valid_machine_readable_data": 100
            },
            "fieldResultId": null,
            "fieldScores": {
                "last_name": 100,
                "first_name": 100
            },
            "fields": {
                "first_name": "Signer",
                "last_name": "One"
            },
            "data": {
                "document_number": "XXXXX-XXXXX-XXXXX",
                "document_number_2": "GGXXXXXXX",
                "document_country_code": "CAN",
                "document_issuer": "Ontario",
                "document_class": "G",
                "document_doi_day": "01",
                "document_doi_month": "12",
                "document_doi_year": "2020",
                "document_doe_day": "01",
                "document_doe_month": "12",
                "document_doe_year": "2025",
                "document_full_name": "SIGNER ONE",
                "document_first_name": "SIGNER",
                "document_middle_name": "",
                "document_last_name": "ONE",
                "document_gender": "M",
                "document_dob_day": "01",
                "document_dob_month": "12",
                "document_dob_year": "1970",
                "document_address": "1234 XXXXXXX RD",
                "document_city": "XXXXXX",
                "document_subdivision": "ON",
                "document_postal_code": "L1X 1X1"
            },
            "error": null,
            "type": "document",
            "state": "passed",
            "documents": [
                {
                    "verificationDocumentId": "adae7fce-30a9-4986-9e11-3c9fa67cb2e6",
                    "timeCreated": "2023-01-18T20:12:30.3Z",
                    "documentType": "drivers_license",
                    "imageType": "front",
                    "url": "https://sandbox.syngrafii.com/blob/v1/verifications/documents/adae7fce-30a9-4986-9e11-3c9fa67cb2e6"
                },
                {
                    "verificationDocumentId": "1f1efa6a-c4fd-467f-a8b0-705751944e36",
                    "timeCreated": "2023-01-18T20:12:46.111Z",
                    "documentType": "drivers_license",
                    "imageType": "back",
                    "url": "https://sandbox.syngrafii.com/blob/v1/verifications/documents/1f1efa6a-c4fd-467f-a8b0-705751944e36"
                },
                {
                    "verificationDocumentId": "88a15267-7516-4f26-9de3-7964e5a7935d",
                    "timeCreated": "2023-01-18T20:13:24.289Z",
                    "documentType": "drivers_license",
                    "imageType": "live_photo",
                    "url": "https://sandbox.syngrafii.com/blob/v1/verifications/documents/88a15267-7516-4f26-9de3-7964e5a7935d"
                }
            ]
        }
    ]
}