Where are Postman collections saved?

前端 未结 6 713
伪装坚强ぢ
伪装坚强ぢ 2020-12-13 01:44

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 def

6条回答
  •  时光取名叫无心
    2020-12-13 02:05

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

    C:\Users\xxxx\AppData\Roaming\Postman\IndexedDB\
    

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

    ~/Library/Application Support/Postman/IndexedDB
    

    According to David, Ubuntu users can find it under:

    ~/.config/Postman/IndexedDB
    

提交回复
热议问题