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>" ] }
Starts the KYB (Know Your Business) process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
KYB initiation request
Business ID to start KYB for
List of required documents
KYB process started
Unique KYB process ID
KYB process status
initiated
in_progress
pending_review
approved
rejected