How to convert cURL code to/from Postman | Code Factory


Donate : Link

Medium Blog : Link

Applications : Link

To create a cURL command in Postman:

  1. Create a request in the Postman builder as you normally would.
  2. Click on the code icon.
  3. Choose cURL from the drop down.
  4. There’s your cURL command.

To import a cURL command into Postman:

  1. Click on the import tab.
  2. Select the Raw Text option and paste your cURL command.
  3. Hit import and you will have the command in your Postman builder.

Leave a comment