Add proxy
POST {{API_BASE_URL}}/users-proxies
Add proxy
Request Body
{"name"=>"string", "proxy"=>{"mode"=>"http", "host"=>"string", "port"=>0, "username"=>"string", "password"=>"string"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"string","proxy":{"mode":"http","host":"string","port":0,"username":"string","password":"string"},"country":"","status":"offline","type":""}