Skip to main content
POST
/
client_reference
Create Client Reference
curl --request POST \
  --url https://api.valuechecker.net/client_reference \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_reference": "Reference 321",
  "date_damage": "2025-11-13"
}
'
{
  "client_reference_id": 9337,
  "client_reference": "Reference 321"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
client_reference
string
required

This must be unique to your client, otherwise we return an error. The response will contain the client_reference_id which is used in later calls.

date_damage
string

Date of damage in YYYY-MM-DD format. This date cannot be greater than today.

Response

OK

client_reference_id
integer
client_reference
string
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.