---
title: "Retrieve a hosted KYC Link for an existing customer"
method: GET
path: "/customers/{customerID}/kyc_link"
tags: ["Customers"]
---

# Retrieve a hosted KYC Link for an existing customer

`GET /customers/{customerID}/kyc_link`

The page at the returned URL will guide the user through a Bridge KYC flow. This can be used by existing customers to provide additional KYC information required for certain features or services that Bridge offers.

For example, to enable an existing customer to use the `SEPA`/`Euro` services, they are required to provide `proof of address`. An additional parameter, `endorsement=sepa`, can be included to request a KYC link specifically for this purpose

## Path parameters

- `customerID` string, required — A UUID that uniquely identifies a resource

## Query parameters

- `endorsement` 'sepa' | 'spei' | 'cards'
- `redirect_uri` string

## Response `200`

A Hosted URL for KYC

- object
  - `url` string, required — A hosted KYC link

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

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