Quickstart
This guide will get you all set up and ready to use the BoldData API.
Making your first API request
An easy way to request all companies in the Netherlands, named Bolddata:
GET
/api/company/searchcurl -G https://app.bolddata.nl/api/company/search?countryName=NETHERLANDS&search=Bolddata \
-H "x-api-key: {ApiKey}" \