๐ API Whitelist Assignment
Configure which IPs or domains are allowed to access the API for each company.
โ You can enter IP addresses, CIDR ranges, or domain names.
No company selected.
โก Uses
api/get_companies.php to load companies.Load whitelist:
api/get_whitelist.php?company_id={id} (expected JSON: {"status":"success","data":["entry1","entry2"]})Save:
api/update_whitelist.php POST with company_id and whitelist[] array.