Download the Postman Collection for use in other Tools?

Hi, is there a way to download the postman collection for use in other tools? My team uses Insomnia (https://insomnia.rest). It can import Postman collections, but we don’t see a download url for it anywhere.

Thank you for your help!

You can download it as JSON file if you track the fetch/xhr requests in your browsers network console.

This URL should do it: https://api.seatable.io/api/collections/14675271/UV5UmKPZ

It is likely not stable when the revision changes, you can gather it from the console like so:

`${document.baseURI}api/collections/${document.querySelector('meta[name="ownerId"]').content}/${document.querySelector('meta[name="publishedId"]').content}`

Should work for every Postman documentation pages (collections) across their revisions.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.