# KYC Link

A KYC link is a shareable URL sent to a customer to complete identity verification. Use this resource to retrieve the KYC link details, including submission status and the documents captured during the verification process.

 - [GET /kyc-links](https://docs.glomopay.com/api-documentation/apis/openapi/kyclink/listkyclinks.md): Returns a list of KYC links. The links are returned sorted by creation date, with the most recent links appearing first. Optionally filter by status.
 - [POST /kyc-links](https://docs.glomopay.com/api-documentation/apis/openapi/kyclink/createkyclink.md): Creates a KYC link that can be shared with a customer to complete identity verification. Optionally associate with an existing customer via `customer_id`, or with a new customer via `email`. Both fiel
 - [GET /kyc-links/{id}](https://docs.glomopay.com/api-documentation/apis/openapi/kyclink/getkyclinkbyid.md): Retrieves the details of a KYC link by its unique identifier, including the verification status, customer ID and the list of KYC documents submitted. Each document in the `documents` array includes a
 - [KycLinkDetail](https://docs.glomopay.com/api-documentation/apis/openapi/kyclink/kyclinkdetail.md): Schema: #/components/schemas/KycLinkDetail
