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

Authorizations

Authorization
string
header
required

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

Path Parameters

client_reference_id
integer
required

The client reference identifier.

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.