In this short tutorial, I will be sharing how to get (or extract) curl from Postman. Sometimes, we want to call the java webservice using curl command instead of calling via Postman.

  đź’ˇ Note:  This tutorial covers solution for Postman 8 and above.

Get curl from Postman

You can see the button code</> marked with red rectangle in the screenshot below, just press it and you can get the curl command.
postman demo 8.0 and above

You can see in the below image we generated the curl command from the postman.
get curl from postman


That's it. It is that simple.

That's all for today. Please mention in the comments in case you have any questions related to get curl from postman.