---
title: "Retrieve verified KYC profile for an application"
method: GET
path: "/applications/{applicationId}/kyc-profile"
tags: ["Onboarding"]
---

# Retrieve verified KYC profile for an application

`GET /applications/{applicationId}/kyc-profile`

Returns verified KYC profile document data for an approved personal application.

## Path parameters

- `applicationId` string, uuid, required — The ID of the application to work with.

## Response `200`

OK

- object
  - `applicationId` string, uuid, required — The ID of the application to work with.
  - `kycProfile` object[], required
    - `idType` 'PASSPORT' | 'ID_CARD' | 'RESIDENCE_PERMIT' | 'DRIVERS_LICENSE' | 'VISA' | 'OTHER', nullable, required — Type of identity document captured during KYC verification.
    - `idNumber` string, nullable, required — Number printed on the identity document (free-form).
    - `expiryDate` string, nullable, required — Document expiry date (ISO 8601 date), null if the document has no expiry.
    - `issueDate` string, nullable, required — Document issue date (ISO 8601 date), where captured.
    - `issuerCountry` string, nullable, required — Country of issuance (ISO 3166-1 Alpha-2), where captured.
  - `verifiedAt` string, date-time, nullable, required — Timestamp at which the identity was verified (ISO 8601 datetime).

---

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