POST
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
/
report
curl --request POST \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal/{appraisal_id}/report \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "language": "en",
  "client_id": 10
}'
"https://files.valuechecker.net/reports/ValueChecker Claim Report - james bond - 2023-7-26 97893.pdf"

Authorizations

Authorization
string
header
required

Note! Prefix your <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

appraisal_id
string
required

The appraisal identifier.

Body

application/json

Response

200
application/json

OK

The response is of type string.