curl --request GET \ --url 'https://api.bizzy.org/v1/companies?q={q}' \ --header 'Authorization: Bearer <token>'
[ { "country": "BE", "companyNumber": "770493071", "name": "Bizzy Fintech", "place": "9000" } ]
The name of the company you want to query, up to 20 characters
countryCode can be either BE, NL or FR, if ommited it will do a search across the 3 countries.
BE
NL
FR