GET
/
client_reference
curl --request GET \
  --url https://api.valuechecker.net/client_reference \
  --header 'Authorization: <api-key>'
[
  {
    "client_reference_id": 9337,
    "client_reference": "Reference 321",
    "create_time": "2023-07-25 11:10:05",
    "update_time": "2023-07-25 11:10:05",
    "user_id": 16459,
    "client_id": 11
  }
]

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