postmanpostman-collection

Where are Postman collections saved?


Where does the standalone Postman client for Windows save collections when working offline?

To clarify, I want to find where Postman saves collection files to by default when online syncing is disabled. I am not trying to export my collection as a JSON file.

I've looked in %LocalAppData%, My Documents, and Program Files, but I don't see where Postman saves its collection data.


Solution

  • It looks like Postman uses LevelDB. On Windows, I found my Postman DB located at:

    %HOMEPATH%\AppData\Roaming\Postman\IndexedDB\
    

    ps: %HOMEPATH% is path for C:\Users\xxxx\

    also worth mentioning: %APPDATA% is a shortcut for C:\Users\xxxx\AppData\Roaming\

    According to Piere F, macOS users can find it under:

    ~/Library/Application Support/Postman/IndexedDB
    

    ps: Note ~ is path for /Users/userAccount/

    According to David, Ubuntu users can find it under:

    ~/.config/Postman/IndexedDB