Last updated 1 year ago
ex: Bearer
POST /api/v1/onboarding/BiometricTest/Approve HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
No content
GET /api/v1/onboarding/BiometricTest/GetSelfieImage HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
{}
GET /api/v1/onboarding/BiometricTest/GetDocumetPortraitImage HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
POST /api/v1/onboarding/BiometricTest/UploadSelfieImage HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 94 { "customerId": "text", "image": "text", "naturalImageScore": 1, "smileImageScore": 1, "record": "text" }
{ "isSuccess": true, "message": "text", "data": { "customerId": "text", "photoMatched": true, "photoMatchPercentage": 1, "detectedAge": 1, "detectedGender": "text" } }