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",
  "is_user_defined_claim": false,
  "item_quantity": 1,
  "show_price_per_item": true,
  "replacement_cost_value": 1684.99,
  "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_acv_cp_price_estimate_based": false,
  "is_acv_claimed_damage_based": false,
  "depr_extra_one_year_no_receipt": false,
  "offer_id": 228246862,
  "file_count": 0,
  "row_id": 1
}

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.

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

200
application/json

OK

The response is of type object.