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/search
curl -G https://app.bolddata.nl/api/company/search?countryName=NETHERLANDS&search=Bolddata \
  -H "x-api-key: {ApiKey}" \

Was this page helpful?