Check proxy health
Run a health check on the proxy to verify it’s working. Optionally specify a URL to test reachability against a specific target. For ISP and datacenter proxies, this reliably tests whether the target site is reachable from the proxy’s stable exit IP. For residential and mobile proxies, the exit node varies between requests, so this validates proxy configuration and connectivity rather than guaranteeing site-specific reachability.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Optional parameters for the proxy health check.
An optional URL to test reachability against. If provided, the proxy check will test connectivity to this URL instead of the default test URLs. Only HTTP and HTTPS schemes are allowed, and the URL must resolve to a public IP address. For ISP and datacenter proxies, the exit IP is stable, so a successful check reliably indicates that subsequent browser sessions will reach the target site with the same IP. For residential and mobile proxies, the exit node changes between requests, so a successful check validates proxy configuration but does not guarantee that a subsequent browser session will use the same exit IP or reach the same site — it is useful for verifying credentials and connectivity, not for predicting site-specific behavior. When provided, the check result does not update the proxy's health status, since a failure may indicate a problem with the target site rather than the proxy itself.
"https://example.com"
Response
Health check completed
- Custom
- Datacenter
- ISP
- Mobile
- Residential
Configuration for routing traffic through a proxy.
Proxy host address or IP.
"127.0.0.1"
Proxy port.
8080
Proxy type to use. In terms of quality for avoiding bot-detection, from best to worst: mobile > residential > isp > datacenter.
datacenter, isp, residential, mobile, custom Whether the proxy has a custom CA bundle configured.
true
Whether the proxy has a password.
true
Username for proxy authentication.
"user123"
Hostnames that should bypass the parent proxy and connect directly.
Configuration specific to the selected proxy type.
- Datacenter
- ISP
- Residential
- Mobile
- Custom
IP address that the proxy uses when making requests.
"192.168.1.1"
Timestamp of the last health check performed on this proxy.
Readable name of the proxy.
Protocol to use for the proxy connection.
http, https Current health status of the proxy.
available, unavailable