Furnish data for Biometric Capture
cURL
curl --request POST \ --url https://api.example.com/api/templates/biometric_capture/furnish \ --header 'Content-Type: application/json' \ --data ' { "solo_furnisher_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "biometric_artifact_type": "<string>", "biometric_artifact_upload": "<string>", "biometric_capture_timestamp": "2023-11-07T05:31:56Z", "consumer_cross_reference_id": "<string>", "solo_federation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "success": true }
Input model for /templates/biometric_capture/furnish
Successful Response
Output model for /templates/biometric_capture/furnish