---
title: "Get ID documents"
method: GET
path: "/v1/lists/nfcInformation"
tags: ["Identity Verification"]
---

# Get ID documents

`GET /v1/lists/nfcInformation`

Use this endpoint to get a list of supported ID documents per country and whether they contain an NFC chip. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Caution" /> **Caution:** We automatically <strong>reject</strong> unsupported documents.

## 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`

ID documents returned

- object
  - `issuingCountry` string — The country that issues the ID documents. <br /><br />Format: ISO 3166-1 alpha-3
  - `idDocuments` object[] — The document types we support for the issuing country.
    - `type` string — The document type <br />Enum: <br />• `DrivingLicense` <br />• `NationalIDCard` <br />• `PaperID` <br />• `Passport` <br />• `ResidencePermit` <br />• `StudentIDCard`
    - `nfcIssueDate` string — The issue date for the first document of this type that contained an NFC chip.
    - `validityPeriod` integer — The number of years this document type is valid for.
    - `nationalities` unknown[] — The nationalities Fourthline supports for this document type and issuing country.
      - unknown

---

[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/revisions/7991ae7c8383/schema)
