Fetch the status of the KYC flow of a personal investor

GET /users/{user_id}/kyc

Fetch the status of the KYC flow of a personal investor or a business investor.

Path parameters

Responses

GET /users/{user_id}/kyc
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc
Response examples (200)
{
  "identity": true,
  "address": true,
  "bank_account": true,
  "video_identification": true,
  "email": true,
  "business": true,
  "legal_reps": true,
  "documents": true
}