Free, browser-based utilities for everyday developer workflows

Postman Collection Inspector / Cleaner

API & Web

Audit a Postman collection for secrets, duplicates, and disabled items — and export a cleaned, redacted copy.

  • Paste a Postman v2.x collection export.
  • See every request plus findings by severity.
  • Download a cleaned collection with secrets redacted.
Runs locally

Collection

Inspection

Paste a collection to inspect.

Cleaned collection

Secret-like header/auth values become {{REDACTED}} and URL credentials are stripped. Postman variables like {{token}} are preserved. Always re-check before sharing.

Next steps

Generate collections from a spec, debug a single request, or convert requests between runtimes.

How to use the Postman Collection Inspector / Cleaner

Export a collection from Postman (v2.x) and paste it here to get an at-a-glance audit: every request across all folders, plus findings for hardcoded secrets, URLs with embedded credentials, disabled headers, duplicate requests, and unnamed requests. Then export a cleaned copy with secrets redacted before you commit or share it. Everything runs in your browser; nothing is uploaded.

What it does

When to use it

How to use it

  1. In Postman, export the collection as Collection v2.1.
  2. Paste the JSON here and review the summary and findings.
  3. Copy the cleaned collection (toggle disabled-header removal if you want).

Tips & pitfalls

FAQ

Related guides