Check a proxy

View as Markdown
Test connectivity of a single proxy and return its detected IP and geo info. **Errors:** `4001 PROXY_CHECK_FAILED` if unreachable / timeout. **Body parameters** | Field | Type | Required | Description | |---|---|---|---| | `proxy.type` | `enum` | Yes | `http` `https` `socks5`. | | `proxy.host` | `string` | Yes | Proxy host. | | `proxy.port` | `number` `string` | Yes | Proxy port. | | `proxy.username` | `string` | No | Username. | | `proxy.password` | `string` | No | Password. |

Authentication

X-API-Keystring
API Key authentication via header

Request

This endpoint expects an object.
proxyobjectRequired

Response

OK
codeinteger
dataobject
successboolean