Authentication

Api Key

You'll need to authenticate your requests to access any of the endpoints in the BoldData API, this is done by adding your Api Key in the header.

cURL

curl -G https://app.bolddata.nl/api/company/search?countryName=NETHERLANDS \
  -H "x-api-key: {ApiKey}" \

Monthly request limit

Your Api Key will have a max amount of requests of 100.000 per month. If you need a higher limit talk to support.

Rate limit

The API has a default rate limit of 50 request per second.

Was this page helpful?