Get proxy by ID
Retrieve a proxy in the resolved project by ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Proxy retrieved
- 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