Intellizence API Docs
  • Intellizence REST API Documentation
  • Company News Signal API
    • List Companies
    • Add Group
    • Delete Group
    • List Of Tracked Companies
    • Add Company
    • Remove Company
    • Bulk Add Companies
    • Bulk Remove Companies
    • Recommend Company
    • Check Company Recommendation Status
    • List Triggers
    • Add Trigger
    • Remove Trigger
    • Bulk Add Triggers
    • Bulk Remove Triggers
    • Search Signals
    • Push News
    • Search Signals Based On Company ID
  • COMPANY API
    • Company Data
  • Dataset API
    • Merger & Acquisition Dataset API
    • Funding Dataset API
    • Layoff Dataset API
    • Business Expansion Dataset API
    • Major Hiring Dataset API
    • CXO Appointments and Changes Dataset API
    • Data & Security Breaches Dataset API
    • IPO Dataset API
    • Relocation Dataset API
  • API Parameter Values
    • Industries
    • Merger & Acquisition Dataset
    • Funding Dataset
    • Layoff Dataset
    • Business Expansion Dataset
    • CXO Appointments and Changes Dataset
  • Topic Signals
    • List of Tracked Topics
    • List of Tracked Triggers
    • Search Topic Signals
  • USAGE BASED APIs
    • Merger & Acquisition Dataset API
    • Funding Dataset API
  • Layoff Dataset API
Powered by GitBook
On this page
  1. Company News Signal API

Check Company Recommendation Status

Check the status of the recommendation to add a Company Name in the Intellizence database

GET /api/v1/company-recommendation/{RECOMMENDATION_ID} HTTP/1.1

Replace RECOMMENDATION_ID with the recommendation id that you received in response of posting the recommendation

Response body

{
            "status": "status_code",
            "message": "status_message",
            "matches":[
                   {
                        "id": "company_id",
                        "name": "company_name",
                        "domain": "company_domain"
                   }
            ]
}
                                        
Status code
Description

201

Recommendation request is pending

404

Invalid recommendation id

EXACT_MATCH

Exact match found for the recommended company name and the recommended company name is added in Intellizence database

REBRANDED_MERGED_ACQUIRED

The recommended company is been rebranded or merged or acquired.

MULTI_MATCHES

There are many matches exist for the recommended company name

INVALID

The recommended company name is invalid

matches

Array which contains:

  • Intellizence company id, name and domain in case of EXACT_MATCH and REBRANDED_MERGED_ACQUIRED

  • All matching company names and domains in case of MULTI_MATCHES

  • Empty array in case of INVALID

PreviousRecommend CompanyNextList Triggers

Last updated 3 years ago