Skip to main content
POST
/
business
/
kyb
/
start
cURL
curl --request POST \
  --url http://sandbox.mintlify.com/business/kyb/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_id": "<string>",
  "documents_required": [
    "<string>"
  ]
}
'
{
  "kyb_id": "<string>",
  "status": "initiated",
  "required_documents": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

KYB initiation request

business_id
string
required

Business ID to start KYB for

documents_required
string[]

List of required documents

Response

KYB process started

kyb_id
string
required

Unique KYB process ID

status
enum<string>
required

KYB process status

Available options:
initiated,
in_progress,
pending_review,
approved,
rejected
required_documents
string[]

List of required documents