Get Customer Details
GET/public-api/v1/kyc/customer/:id
Endpoint Description: Fetches detailed KYC information for a specific customer. This includes submitted data, verification outcomes, and overall compliance status, and is commonly used for review and decision-making.
Details:
- Returns customers who have completed the onboarding process.
- Data is scoped to the authenticated organization.
Request
Responses
- 200
- 401
- 500
Customer fetched successfully
Unauthorized – Invalid or missing token.
Internal Server Error