GET
/
client_categories
curl --request GET \
  --url https://api.valuechecker.net/client_categories \
  --header 'Authorization: <api-key>'
[
  {
    "client_category_id": 30893,
    "client_category": "Undefined",
    "parent_client_category_id": 0,
    "is_group_category": false,
    "cid": 0,
    "category": "Undefined",
    "api_sort_order": 0,
    "has_depreciation": false,
    "has_replacement": false,
    "acv_disabled": true,
    "show_closest_matches": true
  },
  {
    "client_category_id": 2740,
    "client_category": "Mobile Phones",
    "parent_client_category_id": 0,
    "is_group_category": false,
    "cid": 4364,
    "category": "Cell Phones",
    "api_sort_order": 1,
    "has_depreciation": true,
    "has_replacement": true,
    "acv_disabled": false,
    "show_closest_matches": true
  }
]

Authorizations

Authorization
string
header
required

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

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[].