---
title: "Submit KYC data"
method: POST
path: "/api/v1/user/kyc_link"
tags: ["User"]
---

# Submit KYC data

`POST /api/v1/user/kyc_link`

Get Swipelux KYC verification link.

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