ValueChecker uses API keys for authentication.
You will receive an API key which you will provide on every request to
the API. If you do not have a key, ask your ValueChecker contact.To pass the API key in a request, use the “Authorization” header.
Prefix the key with “apiKey”.
curl example
Copy
Ask AI
curl \-H "Authorization: apiKey zcwPhya.S23UR5cN....xFWLdKq2KRLX" \-X GET https://api.valuechecker.net/<endpoint>?query=param1¶m2=40¶m3=-1
You may request multiple API keys and call the ValueChecker API concurrently.