Overview
Unlocker
SERP
Scraper
Marketplace Dataset API
Account Management API
- POSTAdd a Zone
- POSTAllow/Deny Domains
- POSTDenylist IP(s)
- POSTAllowlist IP(s)
- POSTAdd Static IP(s)
- POSTMigrate Static IPs
- POSTRefresh dedicated residential IPs
- POSTRefresh Static IPs (Datacenter/ISP)
- PUTChange Account Status
- GETAccount status
- GETActive Zones
- GETAvailable IPs/Zone
- GETAvailable Datacenter & ISP IPs count
- GETGet Countries
- GETGet Country Cities
- GETGet current service status
- GETList all available country's cities (static network)
- GETRecent IPs attempting to use your Zone
- GETAvailable Datacenter & ISP IPs/Zone
- GETBandwidth stats for a zone
- GETBandwidth stats for all your zones
- GETTotal cost & bandwidth for a zone
- GETList of denylisted IPs for a zone
- GETList of allowlisted IPs for a zone
- GETLive status of Static Zone
- GETTotal Balance
- GETZone info
- GETZone Password
- GETZone Permission
- GETZone Statistics
- GETZone status
- GETGet Proxies Pending Replacement
- DELRemove dedicated residential IPs
- DELRemove domain from Zone allowlist/denylist
- DELRemove IP from Zone denylist
- DELRemove IP from Zone allowlist
- DELRemove Static IPs (Datacenter/ISP)
- DELRemove a Zone
- POSTSwitch Automatic Failover
- POSTTurn on/off Zone
API Reference
- Proxy
- Proxy Manager
- Get latest PM version
- Get Proxy Manager version
- Upgrade Proxy Manager
- Get current NodeJS version
- Add a User
- Get all users
- Allowlist IPs
- Allowlist IPs to Access UI
- Restart Proxy Manager
- Shutdown Proxy Manager
- Get general settings
- Update General Setting
- Get explicit configuration of specified Proxies
- Generate API key
- Get effective configuration
- Get enabled Zone's Config
- Get Recent Status
- Get HAR Logs
- Get tail from the Log file
- Get allocated gIPs
- Get allocated IPs
- Refresh IP/gIP
- Create new Proxy Port
- Delete Proxy Ports (multiple)
- Delete a Proxy Port
- Update a Proxy Port
- Get Proxy Port Status
- Refresh PM Port Sesson
- Enable SSL Analyzing (All Ports)
- Ban an IP
- Ban multiple IPs (array)
- Ban an IP (All Ports)
- Unban an IP
- Unban IPs (multiple)
- Get Banned IPs
- Web Scraper IDE API
- Web Scraper API
- Scraping Shield
Native Access
- Proxy
- Unlocker & SERP API
Proxy Manager
Delete Proxy Ports (multiple)
Copy
curl "http://127.0.0.1:22999/api/proxies/delete" -H "Content-Type: application/json" -d '{"ports":[24000,24001]}'
API endpoint: POST /api/proxies/delete
POST
body
Array of ports
Copy
curl "http://127.0.0.1:22999/api/proxies/delete" -H "Content-Type: application/json" -d '{"ports":[24000,24001]}'
Was this page helpful?
Copy
curl "http://127.0.0.1:22999/api/proxies/delete" -H "Content-Type: application/json" -d '{"ports":[24000,24001]}'
Assistant
Responses are generated using AI and may contain mistakes.