Company Watchlist
Add any company or LLP to your watchlist and get an email alert when there is any update/change in company/LLP i.e. change in director, AGM filing, Annual return filing, change in share capital, change in name, change in address, GST filing, etc.
GRAND
- Validity - 365 days
- Upto 2 Companies/LLPs
- Change in director
- Name Change
- AGM filing
- Address change
- Change in MOA
- GST Return Filed
- Satisfaction of charge (loans)
- Creation of charge (loans)
- Share capital change
- Annual return filed
inclusive of 18% gst
PREMIUM
- Validity - 365 days
- Upto 10 Companies/LLPs
- Change in director
- Name Change
- AGM filing
- Address change
- Change in MOA
- GST Return Filed
- Satisfaction of charge (loans)
- Creation of charge (loans)
- Share capital change
- Annual return filed
inclusive of 18% gst
ULTIMATE
- Validity - 365 days
- Upto 20 Companies/LLPs
- Change in director
- Name Change
- AGM filing
- Address change
- Change in MOA
- GST Return Filed
- Satisfaction of charge (loans)
- Creation of charge (loans)
- Share capital change
- Annual return filed
inclusive of 18% gst
SUPREME
- Validity - 365 days
- Upto 50 Companies/LLPs
- Change in director
- Name Change
- AGM filing
- Address change
- Change in MOA
- GST Return Filed
- Satisfaction of charge (loans)
- Creation of charge (loans)
- Share capital change
- Annual return filed
inclusive of 18% gst
API Documentation
$curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => "https://www.falconebiz.com/api/company_details", CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => 30, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => [ "Content-Type: application/json", "Authorization: YOUR-API-KEY", "Company: CIN OR LLPIN", "Domain: YOUR DOMAIN" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if($err) { echo "CURL Error #".$err; } else { echo $response; }
{ "status": "success", "data": { "watchlist_id": "WL123456", "companies": [ { "cin": "U12345AB2023PTC012345", "company_name": "Example Company Private Limited", "watchlist_status": "active", "last_updated": "2025-01-15T10:30:00Z", "alerts": [ { "alert_type": "director_change", "date": "2025-01-10", "description": "New director added" }, { "alert_type": "agm_filing", "date": "2025-01-12", "description": "AGM filing completed" } ] } ], "total_companies": 1, "total_alerts": 2 } }
