Proxies
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.
post/proxies/{id}/check
Path parameters
idstring required
Request body
Example request
{
"url": "https://example.com"
}Response
Health check completed
Example response
{
"ip_address": "192.168.1.1",
"config": {
"country": "US"
}
}