---
title: "Get case status"
method: GET
path: "/v1/verifications/{verificationId}/verificationresult"
tags: ["Identity Verification"]
---

# Get case status

`GET /v1/verifications/{verificationId}/verificationresult`

Use this endpoint to get the [status](https://docs.fourthline.com/docs/idv-statuses) of an Identity Verification case.

## Path parameters

- `verificationId` string, required

## Headers

- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.
- `Cache-Control` string

## Response `200`

Case status returned

- union
  - object
    - `verificationId` string — The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0` <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as the `workflowId` returned in the [Create workflow](https://docs.fourthline.com/reference/create-workflow) response.
    - `verificationStatus` string — The [case status](https://docs.fourthline.com/docs/idv-statuses).
    - `dataValidationError` object — Information about errors we found while validating the data.
  - object
    - `verificationId` string — The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0` <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as the `workflowId` returned in the [Create workflow](https://docs.fourthline.com/reference/create-workflow) response.
    - `processType` string — The case type: `NaturalPersons`: Identity Verification case
    - `verificationStatus` string — The [case status](https://docs.fourthline.com/docs/idv-statuses).
    - `message` object — Information about the case [status code](https://docs.fourthline.com/docs/idv-statuses#status-codes).
      - `statusCode` integer — The case [status code](https://docs.fourthline.com/docs/idv-statuses#status-codes).
      - `description` string — The [status code](https://docs.fourthline.com/docs/idv-statuses) description.
    - `dataValidationError` object — Information about errors we found while validating the data.
      - `prop1` object — Information about the first property containing a data validation error.
        - `status` string — The status of the property.
        - `error` string — A human-readable message that explains the error in more detail. <br /><br />Example: "The access token is invalid or has expired"
        - `errorCode` integer — The error code relating to the property.
        - `created` string — The error timestamp.
      - `prop2` object — Information about the second property containing a data validation error.
        - `status` string — The status of the property.
        - `error` string — A human-readable message that explains the error in more detail. <br /><br />Example: "The access token is invalid or has expired"
        - `errorCode` integer — The error code relating to the property.
        - `created` string — The error timestamp.
    - `hash` string — The hash for the case zipfile.
    - `data` object
      - `ModifiedDateTime` string — The timestamp for when the data was last modified.
      - `ClientNumberProvider` string — Your unique identifier for the client. <br /><br />Format: No set format <br /><br /> <img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as your `ClientNumberProvider`.
      - `UserData` object — The client’s <Glossary>identity data</Glossary>.
      - `Analyst` string — The identifier of the Fourthline human agent who processed the case.
    - `riskInfo` object — The [risk information](https://docs.fourthline.com/docs/risk) for the case.
      - `statusCode` integer — The case [risk code](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
      - `description` string — The [risk score](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
  - object
    - `verificationId` string — The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0` <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as the `workflowId` returned in the [Create workflow](https://docs.fourthline.com/reference/create-workflow) response.
    - `hash` string — The hash for the case zipfile.
    - `verificationStatus` string — The [case status](https://docs.fourthline.com/docs/idv-statuses).
    - `data` object
      - `ModifiedDateTime` string — The timestamp for when the data was last modified.
      - `ClientNumberProvider` string — Your unique identifier for the client. <br /><br />Format: No set format <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as your `providerClientId`.
      - `UserData` object — The client’s <Glossary>identity data</Glossary>.
        - `Document` object — The client’s ID document data.
          - `Tax` object — Information about errors relating to the client’s tax details.
            - `TIN` string — The client’s <Glossary>TIN</Glossary>. <br /><br />Example: 12.34.56-789.01 <br />Other possible values: <br />• N/A: We **can’t** verify this TIN. <br />• [NOT PROVIDED]: The TIN **wasn’t** provided. <br />• Empty: The TIN **isn’t** available.
            - `UsTIN` string — The client’s US <Glossary>TIN</Glossary>. <br /><br />Format: 123-45-6789
            - `UsPerson` string — Whether the client is a US citizen <br />Enum: <br />• `no` <br />• `yes`
            - `CountrySubjectToTaxation` string — The country where the client is subject to taxation. <br /><br />Format: ISO 3166-1 alpha-3
          - `Person` object — The client’s <Glossary>personal data</Glossary> .
            - `Name` string — The client’s full name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John James Smith
            - `Type` string — The type of entity the client is. <br />Enum: <br />• `Legal Entity`: The client is a company or organization with legal rights and obligations. <br />• `Legal Person`: The client is a non-human entity with legal rights and obligations. <br />• `Natural Person`: The client is a living human.
            - `Gender` string — The client’s sex <br /><br />Format: Case sensitive <br />Enum: <br />• `Female`: Female in line with ID document <br />• `Male`: Male in line with ID document <br />• `Other`: ID document contains a value other than `Male` or `Female` <br />• `Unknown`: ID document contains **no** gender field
            - `Initials` string — The client’s initials. <br /><br />Format: Alphabetical characters <br /><br />Example: JCCF
            - `LastName` string — The client’s last name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Smith
            - `BirthDate` string — The client’s date of birth. <br /><br />Format: Date YYYY-MM-DD <br /><br />Example: `1960-10-18`= October 18, 1960
            - `FirstName` string — The client’s first name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John
            - `MiddleName` string — The client’s middle name(s). <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: James
            - `Nationality` string — The client’s nationality. <br /><br />Format: ISO 3166-1 alpha-3 country code <br /><br />Example: BEL
            - `PlaceOfBirth` string — The city where the client was born. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Sint-Agatha-Berchem
            - `CountryOfBirth` string — The country where the client was born. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
          - `Address` object — The client’s address details.
            - `City` string — The city of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `London`
            - `Region` string — The region of the client’s address <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Brussels Capital Region
            - `Street` string — The street of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Rue Jean-Baptiste Jansen
            - `Country` string — The country of the client’s address. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
            - `PostalCode` string — The zip code of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `NW1 6XE`
            - `StreetNumber` integer — The street number of the client’s address. <br /><br />Format: int32 greater than or equal to zero
            - `StreetNumberSuffix` string — The suffix of the street number. <br /><br />Format: Alphabetical characters, spaces, hyphens, and numerals <br /><br />Example: 123A
          - `Profession` object — The client’s profession and employment situation.
            - `Industry` string — The industry the client works in. <br />Enum: <br />• `A`: Agriculture, forestry, and fishing <br />• `B`: Mining and quarrying <br />• `C`: Manufacturing <br />• `D`: Electricity, gas, stream, and air conditioning supply <br />• `E`: Water supply; sewerage, waste management and remediation activities <br />• `F`: Construction <br />• `G`: Wholesale and retail trade; repair of motor vehicles and motorcycles <br />• `H`: Transportation and storage <br />• `I`: Accommodation and food service activities <br />• `J`: Information and communication <br />• `K`: Financial and insurance activities <br />• `L`: Real estate activities <br />• `M`: Professional, scientific and technical activities <br />• `N`: Administrative and support service activities <br />• `O`: Public administration and defense; compulsory social security <br />• `P`: Education <br />• `Q`: Human health and social work activities <br />• `R`: Arts, entertainment and recreation <br />• `S`: Other service activities <br />• `T`: Activities of households as employers; undifferentiated goods and services-producing activities <br />• `U`: Activities of extraterritorial organizations and bodies
            - `Employment` string — The client’s employment status. The client’s employment status. <br />Enum: <br />• `No`: The client **isn’t** employed. <br />• `Self Employed`: The client is self-employed. <br />• `Yes`: The client is employed.
            - `Profession` string — The client’s profession.
          - `EmailAndPhone` object — The client’s email address and phone number(s).
            - `Email` string — The client’s email address. <br /><br />Format: Maximum 254 characters [_-a-zA-Z0-9.+]+@a-zA-Z0-9 <br /><br />Example: `j.smith@example.com`
            - `Phone` string — The client’s landline number. <br /><br />Format: Must include the country code and begin with `00` or `+` **without** spaces <br /><br />Example: 003281123456 **or** +3281123456
            - `Mobile` string — The client’s mobile phone number. <br /><br />Format: Must include the country code and begin with `00` or `+` **without** spaces <br /><br />Example: `00324123456789` **or** `+324123456789`
      - `RiskCategory` string — The risk category.
      - `Analyst` string — The identifier of the Fourthline human agent who processed the case.
    - `riskInfo` object — The [risk information](https://docs.fourthline.com/docs/risk) for the case.
      - `statusCode` integer — The case [risk code](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
      - `description` string — The [risk score](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
    - `dataValidationError` object — Information about errors we found while validating the data.
  - object
    - `verificationId` string — The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0` <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as the `workflowId` returned in the [Create workflow](https://docs.fourthline.com/reference/create-workflow) response.
    - `hash` string — The hash for the case zipfile.
    - `verificationStatus` string — The [case status](https://docs.fourthline.com/docs/idv-statuses).
    - `dataValidationError` object — Information about errors we found while validating the data.
      - `ageOver18` object — Information about errors related to the client’s age.
        - `status` string — The error status.
        - `error` string — A human-readable message that explains the error in more detail. <br /><br />Example: "The access token is invalid or has expired"
        - `errorCode` integer — The case [status code](https://docs.fourthline.com/docs/idv-statuses#status-codes).
        - `created` string — The error timestamp.
  - object
    - `verificationId` string — The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0` <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as the `workflowId` returned in the [Create workflow](https://docs.fourthline.com/reference/create-workflow) response.
    - `hash` string — The hash for the case zipfile.
    - `verificationStatus` string — The [case status](https://docs.fourthline.com/docs/idv-statuses).
    - `data` object
      - `ModifiedDateTime` string — The timestamp for when the data was last modified.
      - `ClientNumberProvider` string — Your unique identifier for the client. <br /><br />Format: No set format <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>**Tip:** This is the **same** value as your `providerClientId`.
      - `UserData` object — The client’s <Glossary>identity data</Glossary>.
        - `Device` object — Information about the client’s device.
          - `DeviceMetaData` object — The metadata of the client’s device.
            - `IpAddress` string — The IP address of the client’s device. <br /><br />Example: 185.128.27.102
        - `Document` object — The client’s ID document data.
          - `Tax` object — Information about errors relating to the client’s tax details.
            - `TIN` string — The client’s <Glossary>TIN</Glossary>. <br /><br />Example: 12.34.56-789.01 <br />Other possible values: <br />• N/A: We **can’t** verify this TIN. <br />• [NOT PROVIDED]: The TIN **wasn’t** provided. <br />• Empty: The TIN **isn’t** available.
            - `UsTIN` string — The client’s US <Glossary>TIN</Glossary>. <br /><br />Format: 123-45-6789
            - `UsPerson` string — Whether the client is a US citizen <br />Enum: <br />• `no` <br />• `yes`
            - `CountrySubjectToTaxation` string — The country where the client is subject to taxation. <br /><br />Format: ISO 3166-1 alpha-3
          - `Person` object — The client’s <Glossary>personal data</Glossary> .
            - `Name` string — The client’s full name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John James Smith
            - `Type` string — The type of entity the client is. <br />Enum: <br />• `Legal Entity`: The client is a company or organization with legal rights and obligations. <br />• `Legal Person`: The client is a non-human entity with legal rights and obligations. <br />• `Natural Person`: The client is a living human.
            - `Gender` string — The client’s sex <br /><br />Format: Case sensitive <br />Enum: <br />• `Female`: Female in line with ID document <br />• `Male`: Male in line with ID document <br />• `Other`: ID document contains a value other than `Male` or `Female` <br />• `Unknown`: ID document contains **no** gender field
            - `Initials` string — The client’s initials. <br /><br />Format: Alphabetical characters <br /><br />Example: JCCF
            - `LastName` string — The client’s last name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Smith
            - `BirthDate` string — The client’s date of birth. <br /><br />Format: Date YYYY-MM-DD <br /><br />Example: `1960-10-18`= October 18, 1960
            - `FirstName` string — The client’s first name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John
            - `MiddleName` string — The client’s middle name(s). <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: James
            - `Nationality` string — The client’s nationality. <br /><br />Format: ISO 3166-1 alpha-3 country code <br /><br />Example: BEL
            - `PlaceOfBirth` string — The city where the client was born. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Sint-Agatha-Berchem
            - `CountryOfBirth` string — The country where the client was born. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
          - `Address` object — The client’s address details.
            - `City` string — The city of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `London`
            - `Region` string — The region of the client’s address <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Brussels Capital Region
            - `Street` string — The street of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Rue Jean-Baptiste Jansen
            - `Country` string — The country of the client’s address. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
            - `PostalCode` string — The zip code of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `NW1 6XE`
            - `StreetNumber` integer — The street number of the client’s address. <br /><br />Format: int32 greater than or equal to zero
            - `StreetNumberPrefix` string — The prefix of the street number <br /><br />Example: A1
            - `StreetNumberSuffix` string — The suffix of the street number. <br /><br />Format: Alphabetical characters, spaces, hyphens, and numerals <br /><br />Example: 123A
          - `Profession` object — The client’s profession and employment situation.
            - `Industry` string — The industry the client works in. <br />Enum: <br />• `A`: Agriculture, forestry, and fishing <br />• `B`: Mining and quarrying <br />• `C`: Manufacturing <br />• `D`: Electricity, gas, stream, and air conditioning supply <br />• `E`: Water supply; sewerage, waste management and remediation activities <br />• `F`: Construction <br />• `G`: Wholesale and retail trade; repair of motor vehicles and motorcycles <br />• `H`: Transportation and storage <br />• `I`: Accommodation and food service activities <br />• `J`: Information and communication <br />• `K`: Financial and insurance activities <br />• `L`: Real estate activities <br />• `M`: Professional, scientific and technical activities <br />• `N`: Administrative and support service activities <br />• `O`: Public administration and defense; compulsory social security <br />• `P`: Education <br />• `Q`: Human health and social work activities <br />• `R`: Arts, entertainment and recreation <br />• `S`: Other service activities <br />• `T`: Activities of households as employers; undifferentiated goods and services-producing activities <br />• `U`: Activities of extraterritorial organizations and bodies
            - `Employment` string — The client’s employment status. The client’s employment status. <br />Enum: <br />• `No`: The client **isn’t** employed. <br />• `Self Employed`: The client is self-employed. <br />• `Yes`: The client is employed.
            - `Profession` string — The client’s profession.
          - `EmailAndPhone` object — The client’s email address and phone number(s).
            - `Email` string — The client’s email address. <br /><br />Format: Maximum 254 characters [_-a-zA-Z0-9.+]+@a-zA-Z0-9 <br /><br />Example: `j.smith@example.com`
            - `Phone` string — The client’s landline number. <br /><br />Format: Must include the country code and begin with `00` or `+` **without** spaces <br /><br />Example: 003281123456 **or** +3281123456
            - `Mobile` string — The client’s mobile phone number. <br /><br />Format: Must include the country code and begin with `00` or `+` **without** spaces <br /><br />Example: `00324123456789` **or** `+324123456789`
      - `RiskCategory` string — The risk category.
      - `Analyst` string — The identifier of the Fourthline human agent who processed the case.
    - `riskInfo` object — The [risk information](https://docs.fourthline.com/docs/risk) for the case.
      - `statusCode` integer — The case [risk code](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
      - `description` string — The [risk score](https://docs.fourthline.com/docs/idv-statuses#risk-codes).
    - `dataValidationError` object — Information about errors we found while validating the data.

## Other responses

- `400` — Invalid request parameters
- `404` — Verification case not found
- `422` — The request could not be processed
- `500` — Unexpected server error

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/versions/7991ae7c8383/schema)
