/
Get KYC for a consumer
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/consumers/kyc
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/consumers/kyc
curl -i -X GET \
https://sandbox.weavr.io/multi/consumers/kyc \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Success
The status of the Due Diligence for the consumer.
Enum:"NOT_STARTED""INITIATED""PENDING_REVIEW""APPROVED""REJECTED"
The status of the ongoing Due Diligence process for the consumer
Enum:"NOT_STARTED""INITIATED""PENDING_REVIEW""APPROVED""REJECTED"
The customer's level of due diligence.
Enum:"KYC_LEVEL_1""KYC_LEVEL_2"
Response
{ "fullDueDiligence": "NOT_STARTED", "kycLevel": "KYC_LEVEL_1", "ongoingFullDueDiligence": "NOT_STARTED", "ongoingKycLevel": "KYC_LEVEL_1" }