cURL
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" } ]
Note! Prefix your with apiKey. Note the space after "apiKey ".
apiKey
The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.
Optional session identifier of the user.
OK