Skip to main content
POST
/
api
/
templates
/
liveness_evidence_review
/
furnish
Furnish data for Liveness Evidence Review
curl --request POST \
  --url https://api.example.com/api/templates/liveness_evidence_review/furnish \
  --header 'Content-Type: application/json' \
  --data '
{
  "solo_furnisher_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "liveness_evidence_clarity": "<string>",
  "liveness_evidence_review_timestamp": "2023-11-07T05:31:56Z",
  "consumer_cross_reference_id": "<string>",
  "solo_federation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true
}

Body

application/json

Input model for /templates/liveness_evidence_review/furnish

Furnish data for Liveness Evidence Review

solo_furnisher_id
string<uuid>
required
liveness_evidence_clarity
string
required
liveness_evidence_review_timestamp
string<date-time>
required
consumer_cross_reference_id
string | null
solo_federation_id
string<uuid> | null

Response

Successful Response

Output model for /templates/liveness_evidence_review/furnish

Furnish data for Liveness Evidence Review

success
boolean
default:true