GET
/
v1
/
companies?q=
{q}
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"
    }
]

Request

Query

q
string
required

The name of the company you want to query, up to 20 characters

countryCode
string

countryCode can be either BE, NL or FR, if ommited it will do a search across the 3 countries.

[
    {
        "country": "BE",
        "companyNumber": "770493071",
        "name": "Bizzy Fintech",
        "place": "9000"
    }
]