GET
/
client_reference
/
{client_reference_id}
/
appraisal
All Appraisals In Specific Client Reference
curl --request GET \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal \
  --header 'Authorization: <api-key>'
{
  "appraisals": [
    {
      "appraisal_id": 97771,
      "client_reference_id": 9337,
      "cpid": 1262828314,
      "rpid": 1263096838,
      "create_time": "2023-07-25 13:51:08",
      "update_time": "2023-07-25 13:51:08",
      "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
    },
    {
      "appraisal_id": 97770,
      "client_reference_id": 9337,
      "cpid": 1262828314,
      "rpid": 1263096838,
      "create_time": "2023-07-25 13:50:46",
      "update_time": "2023-07-25 13:50:46",
      "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": 2
    }
  ],
  "metadata": {
    "ongoing_count": 0,
    "timestamp": "2025-03-31 10:08:36",
    "appraisals": {
      "current_page": 1,
      "page_size": 25,
      "total_pages": 1,
      "total_items": 2
    }
  }
}
This endpoint returns a paginated response. For Client References with a larger quantity of appraisals, use pagination parameters.page - Defaults to 1. Theinimum value is 1, defaults to 1 if it’s a non-positive integer.page_size - Defaults to 25. The minimum value is 10, and the maximum value is 100.

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.

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.

page
integer

Page number for response pagination.

page_size
integer

Page size for response pagination.

Response

200
application/json

OK

The response is of type object[].