cURL
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" }
Note! Prefix your with apiKey. Note the space after "apiKey ".
apiKey
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 of damage in YYYY-MM-DD format. This date cannot be greater than today.
OK
The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.
Optional session identifier of the user.