Bulk Add Companies

Add companies to track

POST /api/v1/company/{GROUP_NAME} HTTP/1.1

Replace GROUP_NAME with the Group Name under which the companies have to be added

Request body

{
            "companyIds": ["company_id"]
}

Response body

{
            "status": status,
            "addedCompanyIds": ["company_id"]
}                               

Last updated