---
title: "Get a KYC link for onboarding a customer"
method: GET
path: "/customers/kyc-link"
tags: ["Customers"]
---

# Get a KYC link for onboarding a customer

`GET /customers/kyc-link`

Generate a hosted KYC link to onboard a customer

## Response `200`

Successful operation

- object
  - `kycUrl` string — A hosted KYC link for your customer to complete KYC
  - `platformCustomerId` string — The platform id of the customer to onboard
  - `customerId` string — The customer id of the newly created customer on the system

## Other responses

- `401` — Unauthorized
- `500` — Internal service error

---

[API](https://skmtc.dev/lightsparkdev/apis/grid-api.md) · [All operations](https://skmtc.dev/lightsparkdev/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightsparkdev/grid-api/revisions/9592dab2f96c/schema)
