GET
/
clients
curl --request GET \
  --url https://api.valuechecker.net/clients \
  --header 'Authorization: <api-key>'
[
  {
    "client_id": 11,
    "client_name": "Demo UK",
    "country_code": "uk",
    "language": "en"
  }
]

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