Retrieve an existing HTTP proxy

Retrieve an existing HTTP proxy based on its name

Path parameters
name
string required

Name of the HTTP Proxy to retrieve

Responses
  • 200 The HTTP proxy
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Name of the proxy

    host
    string required

    Hostname of the proxy

    port
    integer required

    Port of the proxy

    credentials
    string | null

    Name of the password credentials to use for Proxy Basic Authentication

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error