---
title: "Start KYB"
method: POST
path: "/kyb/start"
tags: ["business"]
---

# Start KYB

`POST /kyb/start`

Start the "Know Your Business" process. This API will return a SumSub token to be entered into the KYC SDK where the user is then guided through the verification flow.

## Request body

- BusinessStartKybRequest
  - `businessId` string, uuid, required — Business ID

## Response `200`

success

- BusinessStartKybResponse
  - `token` string, required
  - `businessId` string, uuid, required
  - `verificationLink` string, url, required

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `409` — Invalid authentication header
- `500` — Unexpected server error.

---

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