Skip to main content

How to import API collection into Postman

It is possible to carry out the tests on the endpoints through our documentation page, however it may be necessary to import one of our api´s to your preferred API Client. This is what we will demonstrate below, simple and easy. The program used in the examples will be POSTMAN.

  • Go to the desired API reference page.

image.png

  • Select the export option and select Bundled References, and save the file in

download.gif

After downloading the .yaml file

Open POSTMAN -> import -> File -> Upload Files.

importando.gif

Ready. The collection is imported.

Now we need to define the security token in the collection.

  1. click on the imported collection
  2. on the Authorization tab, fill in the Value field with your token

Now just test.