Skip to main content

Authentication

For authentication, you need to pass the x-api-key header with your API key. For example when getting data:

curl -X GET \
https://api.creditchecken.nl/api/data?productIdentifier=reports&collectionNames=scores&companyId=nEm9MA1 \
-H 'x-api-key: your_api_key_here'