---
title: "Required Evidences"
method: GET
path: "/v3/profiles/{profileId}/verification-status/required-evidences"
tags: ["verification"]
---

# Required Evidences

`GET /v3/profiles/{profileId}/verification-status/required-evidences`

Fetches the required evidences for a profile to complete additional customer verification.

If one or more evidences are returned, the customer should submit those evidences using the upload-evidences endpoint.

See the [Supported Evidences guide](/guides/product/kyc/partner-kyc/supported-evidences) for the list of possible evidence types and how to submit them.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

OK - Successfully retrieved required evidences.

- object — Response payload containing required evidences for a profile.
  - `required_evidences` string[] — List of evidence types required to complete verification.

## Other responses

- `403` — Forbidden - The client is not authorized to perform this request.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
