The Only API docs
Settings

Test a proxy

Check that a proxy URL is reachable and usable before connecting an account with it. HTTP and SOCKS5 are both accepted.

POST
/proxy/test

Check that a proxy URL is reachable and usable before connecting an account with it. HTTP and SOCKS5 are both accepted.

Guide: Cached reads

X-API-Key<token>

Your CRM panel API key

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/proxy/test" \  -H "Content-Type: application/json" \  -d '{    "proxy": "string"  }'
{  "geo": null,  "ip": null,  "latency_ms": 0,  "ok": true}