curl --request PUT \
--url https://api.bizzy.ai/v1/lists/{id}/companies \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Successfully added 99 companies to the list",
"failed": [ // Example error
{
"parameters": {
"companyNumber": "123",
},
"message": "Company not found"
}
]
}
curl --request PUT \
--url https://api.bizzy.ai/v1/lists/{id}/companies \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Successfully added 99 companies to the list",
"failed": [ // Example error
{
"parameters": {
"companyNumber": "123",
},
"message": "Company not found"
}
]
}
Show company properties
{
"success": true,
"message": "Successfully added 99 companies to the list",
"failed": [ // Example error
{
"parameters": {
"companyNumber": "123",
},
"message": "Company not found"
}
]
}
Was this page helpful?