Skip to content

Quickstart

This gets one request out through a residential exit. Rotating ISP and Rotating DC work the same way. Only the endpoint changes.

  1. Get your credentials.

    Sign in to app.rayobyte.com, open your product, and go to Proxy Access. Copy the username, password, host and port.

  2. Send a request.

    Terminal window
    curl -x USERNAME:[email protected]:8000 \
    https://api.ipify.org
  3. Run it twice.

    You should get two different IPs. Residential proxies rotate on every request unless you ask for a sticky session.

Targeting options append to your password, not your username. This trips people up constantly. See How targeting works.

Terminal window
curl -x USERNAME:[email protected]:8000 \
https://api.ipify.org

Reuse any session id and you keep the same exit.

Terminal window
curl -x USERNAME:[email protected]:8000 \
https://api.ipify.org

Was this page helpful?