Skip to main content
GET
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
Get Specific Appraisal
curl --request GET \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal/{appraisal_id} \
  --header 'Authorization: <api-key>'
{
  "appraisal_id": 97773,
  "client_reference_id": 9337,
  "cpid": 1262828314,
  "rpid": 1263096838,
  "create_time": "2023-07-25 13:54:37",
  "update_time": "2023-07-25 13:54:37",
  "cp_name_cart": "Apple iPhone 14 Pro Max 1TB",
  "rp_name_cart": "Apple iPhone 14 Pro Max 1024GB (2022)",
  "cp_pic_url": "https://img.valuechecker.net/,---.jpg",
  "rp_pic_url": "https://img.valuechecker.net/,---.jpg",
  "item_quantity": 1,
  "replacement_cost_value": 1684.99,
  "date_damage": "2024-05-07",
  "date_purchase": "2024-05-01",
  "cp_price_estimate": 1000,
  "claimed_amount": 1000,
  "rp_price_date": "2023-07-25 11:07:41",
  "homepage_client_category_id": 2740,
  "selected_client_category_id": 2740,
  "shop_name": "Amazon UK",
  "shop_url": "https://offer.valuechecker.net/kihxRTjWvGNjq4Dj7CKanf",
  "is_compensation_based_on_claimed_amount": false,
  "depr_extra_one_year_no_receipt": false,
  "offer_id": 228246862,
  "appraisal_status_id": 2
}

Authorizations

Authorization
string
header
required

Note! Prefix your with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

appraisal_id
integer
required

The appraisal identifier.

Query Parameters

client_id
integer

The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.

session-id
string

Optional session identifier of the user.

Response

OK

appraisal_id
integer
client_reference_id
integer
cpid
integer
rpid
integer
create_time
string
update_time
string
cp_name_cart
string
rp_name_cart
string
cp_pic_url
string
rp_pic_url
string
item_quantity
integer
replacement_cost_value
number
Must be a multiple of 0.01
date_damage
string<date>

The date of the submitted damage for this product.

date_purchase
string<date>

The date of purchase as reported by the claimant.

claimed_amount
number

The claimed amount for the appraisal reported by the claimant.

Must be a multiple of 0.01
rp_price_date
string
homepage_client_category_id
integer
selected_client_category_id
integer
shop_name
string
shop_url
string
is_acv_cp_price_estimate_based
boolean
deprecated

Use 'is_compensation_based_on_claimed_amount' instead. This field will be removed in a future version.

is_compensation_based_on_claimed_amount
boolean

Base the ACV calculation on the value from claimed_amount (Purchase Price / Repair) instead of Replacement Cost.

depr_extra_one_year_no_receipt
boolean
offer_id
integer
appraisal_status_id
integer

The ID of the assigned appraisal status.

attachments
object[]

Accessible through attachments parameter.