How To Execute Curl Commands In Postman | Postman Tutorial (2023)

If you are a software developer then Postman is not a unique thing to you. It is a highly used API management tool for developers. But in your software development, you need to deal with different formats of the API, Client URL, or in general, Curl command is one of the formats, this command line tool enables data transfer over various network protocols and you can run this command in your terminal, But if you want to convert it to normal API format, then this blog is for you, here I will show the steps involved to solve it. Let’s start.

First of all, copy the curl command that you want to convert into the normal format. I have attached my curl command in the figure below.

Figure 1: Curl Command example

Open your Postman application on your system, where you can see the import button at the top. Click on it.

Figure 2: Postman Import option

When you click on the import option, A new window will pop up, where you can see the Raw text Tab at the top bar as shown in Figure 3, Click on it.

Figure 3: Raw Text Import Option

Paste your curl command under the Raw text field and click on continue. Now you can see your curl command in Postman in your favorite format.

Figure 4: Postman API Call

That’s it for this blog. I hope, this blog really helped you to know how to import the curl command in Postman. if you have any queries or suggestions. You can connect with us through the contact section. We are also available on YouTube. You can also follow the video given below.

Leave a Reply

Your email address will not be published. Required fields are marked *