PUT
/
v1
/
lists
/
{id}
/
contact
curl --request PUT \
  --url https://api.bizzy.org/v1/lists/{id}/contact \
  --header 'Authorization: Bearer <token>'
Contact added successfully

This only works for static lists!

Request

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

contactId
string

ContactId is the unique identifier of the contact.

Contact added successfully