The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content

Testing the API in Postman (without credentials)¶

Info

In this example we will use the Carbon Footprint Indicator for Transportation API. The full documentation for this API is available here.

If you don't have access to the API yet, you can create a mock server for the API in Postman which can be used to test the API. Click on Create Mock Server, pick the collection, give it a name and click on Create.

Mock Server

After the mock server has been created, copy the URL to the clipboard.

Mock Created

Navigate to Collection/Variables and change the value of {{baseUrl}} variable to the newly copied mock server URL. Don't forget to click on Save.

Variable

After that you can test the API by using your Mock Server. If you want you may also set up some examples to make the testing more realistic.

mock result