DEV Community

Cover image for How to export collection in Postman
Cinthia Barbosa da Silva
Cinthia Barbosa da Silva

Posted on

How to export collection in Postman

At some moment in a developer’s or QA’s life, it is necessary to use Postman to test requests, monitor, and design APIs. In this case, in my first article in this community, I would like to share how to export a Postman collection in JSON format.

Let's go!

Exporting a collection
To export a collection, first, it is necessary to salve your test creating a collection, by clicking "Save".

first salve your test

After it is created, it will be available on the left side, along with the collection name and related files.

the collection will be available

Click on the ellipsis (...) and locate the option 'Export'.

locate the option 'export'

When you select the 'Export' option, the Postman will inform you about the exported file extension, which will be in JSON format. Choose the 'Collection v2.1' option and click on 'Export'.

select the 'export'

In a moment, the file will be downloaded to your computer.

download the json file

With it in hand, you can share it with members of your team, import collections, or even share it on GitHub.

Try out Postman today and explore many other features. If you found this article helpful, please leave a comment.❤️

Top comments (0)