Skip to main content
GET
/
client_reference
All Client References
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-25T11:11:05Z",
"update_time": "2023-07-25T11:11:05Z",
"user_id": 16459,
"client_id": 11
},
{
"client_reference_id": 9338,
"client_reference": "Reference 322",
"create_time": "2023-07-25 11:10:05",
"update_time": "2023-07-25 11:10:05",
"user_id": 16460,
"client_id": 11
}
]

Authorizations

Authorization
string
header
required

Note! Prefix your 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.

name
string

Optional parameter returning only matched client reference name. Returns single client reference or empty object when not found.

session-id
string

Optional session identifier of the user.

Response

Response varies based on parameters: single object for name parameter; array of objects otherwise.

  • Regular Response · object[]
  • Single Client Reference with name parameter · object
client_reference_id
integer
client_reference
string
create_time
string
update_time
string
user_id
integer
client_id
integer