POST
/
client_reference
curl --request POST \
  --url https://api.valuechecker.net/client_reference \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "client_reference_id": 9337,
  "client_reference": "Reference 321"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

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.

Body

application/json · object

Response

200
application/json

OK

The response is of type object.