# Postman

Postman is a widely used API development and testing tool. By configuring a proxy, you can route requests sent by Postman through a proxy IP. Follow the steps below to complete the proxy settings.

{% hint style="success" icon="lightbulb-exclamation-on" %}
Before configuring the proxy, you need to obtain proxies credentials. [Click here](/proxy/rotating-residential-proxies/quick-start.md) to learn how to obtain proxies credentials.
{% endhint %}

***

{% stepper %}
{% step %}

#### **Download and Install Postman**

Visit the [Postman official website](https://www.postman.com/) to download and install the client.
{% endstep %}

{% step %}

#### **Open Postman Settings**

Launch Postman and click the **Settings icon** (gear shape) in the upper-right corner of the interface.

<figure><img src="/files/nzk3ZWDzzdSI6xKBecmX" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Enter Proxy Settings**

In the settings window, select the **Proxy** tab on the left.

<figure><img src="/files/p23uMJRtNsCIjuS4ErKY" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Configure the Proxy

Enable **Use custom proxy configuration**.

* Proxy Type: HTTP/Socks5
* Proxy Server: Enter the proxy host address
* Port: Enter the proxy port

<figure><img src="/files/DlhcCN8EPy7rxi2lLsH3" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Enter Authentication Information**

Enable **Proxy authentication** and enter your username and password.

<figure><img src="/files/H8uxh2rNTkaxTska7SEE" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Verify the Proxy**

After closing the configuration page, send a test request to verify whether the proxy is working properly.\
Check the returned JSON data to confirm whether it displays your proxy IP.

<figure><img src="/files/OREJ1Mr2srT3gij6KUUH" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/proxy/integrations/postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
