---
title: "Fetch a kyb list"
method: GET
path: "/compliance/kyb"
tags: ["Compliance"]
---

# Fetch a kyb list

`GET /compliance/kyb`

## Headers

- `ApiKey` string, required
- `MerchantId` string, required
- `Environment` 'live' | 'sandbox', required

## Response `200`

- KybDto[]
  - `merchantId` string, required — The id identifying the merchant
  - `name` string, required — Name of the declared sub-merchant
  - `businessType` string, required — Type of business of the sub-merchant
  - `businessRegistrationId` string, required — Business registration id
  - `taxNumber` string, required — Tax number
  - `directorName` string, required — Director name
  - `websiteUrl` string, required — Website url of the company
  - `country` string, required — Country where the company is located
  - `headquarterAddress` string, required — Address of the headquarter of the company
  - `id` number, required — The id identifying the kyb
  - `createdAt` string, date-time, required — Datetime in UTC timezone at which this object was created. Follows the [Datetime ISO](https://en.wikipedia.org/wiki/ISO_8601).
  - `deletedAt` object, required — Datetime in UTC timezone at which this object was deleted. Follows the [Datetime ISO](https://en.wikipedia.org/wiki/ISO_8601). Can be null.

## Other responses

- `401` — Wrong credentials
- `500` — Internal error

---

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