Get info about user's proxy
GET {{API_BASE_URL}}/users-proxies/profiles-proxies
Returns a complete list of proxies specified in profiles.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
[{"id":"string","proxy":{"mode":"http","host":"string","port":80,"username":"string","password":"string"},"geolocation":{"country":"","region":"","city":"","timezone":""},"status":"offline","createdAt":"2022-07-05T13:33:04.885Z","profilesCount":0,"foldersCount":0,"lastActivity":0,"profiles":[]}]