Skip to content

Postman export

Trace can generate cURL commands from captured requests. Postman can import cURL directly.

Export from Trace

  1. Open a request in Trace.
  2. Choose Copy as cURL from the request actions.
  3. Paste the cURL command somewhere convenient.

Import into Postman

  1. Open Postman.
  2. Click Import.
  3. Paste the cURL command and confirm.

Tips for Postman

  • Convert headers like Authorization into variables for easier reuse.
  • If the request uses cookies, copy them into a Postman cookie jar.

Tip

Use cURL for single requests, or export HAR for larger session sharing.