Authorization: Bearer ********************
{ "mode": "custom", "config": { "protocol": "http", "ip_protocol": "ipv4", "host": "string", "port": 1, "username": "string", "password": "string" } }
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/proxies/check' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "mode": "custom", "config": { "protocol": "http", "ip_protocol": "ipv4", "host": "string", "port": 1, "username": "string", "password": "string" } }'
{ "code": 0, "message": "success", "data": { "mode": "custom", "status": "available", "endpoint": { "protocol": "http", "ip_protocol": "ipv4", "host": "string", "port": 1 }, "checked_at": "2019-08-24T14:15:22.123Z", "latency_ms": 0 } }