GET
/
public
/
v1
/
document-intelligence
/
document-validations
/
{document_validation_uid}
Get Document Validation
curl --request GET \
  --url https://api.silnahealth.com/public/v1/document-intelligence/document-validations/{document_validation_uid} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "result": "PASSED"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_validation_uid
string
required

Response

The response is of type object.