---
title: "List supported documents for a person identification"
method: GET
path: "/v1/persons/{person_id}/identifications/{id}/supported_documents"
tags: ["Person identifications"]
---

# List supported documents for a person identification

`GET /v1/persons/{person_id}/identifications/{id}/supported_documents`

Returns an array of document types that a customer may use to identify themselves along with a list of allowed issuing countries. The `issuing_countries` are provided as ISO country codes (ISO-3166-1 alpha 2). If the customer does not provide a supported document type in the identification process, then their identification will eventually fail.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `id` string, required — The unique ID of the identification resource created for a customer.

## Response `200`

Successful result of the operation

- object[]
  - `type` string — Document type
  - `issuing_countries` string[] — Array of country codes

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
