> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brached.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity & Verification Checks

> Trigger new verification checks and view results

Brached allows you to trigger various types of verification checks, including KYC, KYB, and screening.

## Triggering a Check

Use this endpoint to start a new verification process for a user or business.

<Snippet file="openapi/identity-svc.yaml" path="/api/v1/tenants/{tenantId}/checks" method="post" />

## Viewing Results

You can retrieve the status and results of a check at any time.

<Snippet file="openapi/identity-svc.yaml" path="/api/v1/tenants/{tenantId}/checks/{checkId}" method="get" />

<Snippet file="openapi/identity-svc.yaml" path="/api/v1/tenants/{tenantId}/checks" method="get" />
