Perform a bulk action on companies matching a filter.
Security
bearerAuth
PUT
curl -i -X PUT \
https://leadgen.grinfi.io/leads/api/companies/mass-action \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"type": "company_add_tags",
"filter": {
"ids": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
},
"payload": {
"tag_uuid": "b2c3d4e5-f6a7-8901-bcde-f12345678901"
}
}'