---
title: "Get KYC status"
method: GET
path: "/api/v1/user/kyc/status"
tags: ["User"]
---

# Get KYC status

`GET /api/v1/user/kyc/status`

Check the current KYC verification status. Use provider=align for Align.

## Query parameters

- `provider` 'swipelux' | 'align' | 'mcp' | 'wirex' — Supported fiat payment providers.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- KycStatusResponse — Response schema for KYC status check.
  - `provider` 'swipelux' | 'align' | 'mcp' | 'wirex', required — Supported fiat payment providers.
  - `externalUserId` string, nullable
  - `email` string, required
  - `status` 'not_started' | 'requested' | 'incorporating' | 'pending' | 'under_review' | 'in_review' | 'approved' | 'rejected' — KYC verification status.
  - `kycStatus` 'not_started' | 'requested' | 'incorporating' | 'pending' | 'under_review' | 'in_review' | 'approved' | 'rejected', required — KYC verification status.
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `entityName` string, nullable
  - `kycLink` string, nullable
  - `kycUrl` string, nullable
  - `contactSupportLink` string

## Other responses

- `422` — Validation Error

---

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