PUT
/
v1
/
lists
/
{id}
/
company
Company
curl --request PUT \
  --url https://api.bizzy.ai/v1/lists/{id}/company \
  --header 'Authorization: Bearer <token>'
Company added successfully
This only works for static lists!
The accuracy of the matching process improves with more detailed information. Providing additional parameters can significantly enhance the precision of the results.

Request

Atleast one parameter is needed!

Body

companyNumber
string
  • Belgium: Enterprise (KBO) number. This is equal to the VAT without ‘BE’.
  • The Netherlands: KVK number
  • France: SIREN number
country
string
Country can be either BE, NL or FR
name
string
Name of the company
website
string
Website of the company
VAT
string
VAT of the company
Company added successfully