Postman Demo

Setup a demo environment for the Reporting API

1. Download Postman

Postman is a GUI you can use to run some API call examples and visualise the returned data.

You can use the community desktop version or the web version of Postman to import the demo.

2. Download the postman collection

  1. In postman, select the Collections tab on the left menu

  2. Press the import button and import the following collection:

https://api.postman.com/collections/25416551-d3d9299b-394e-4729-b042-506837f57154?access_key=PMAT-01H5GA3E52K8PSCAG4KKSMPDTK

3. Setup a testnet environment

  1. Go to the Environments tab on the left menu and create a new TESTNET environment

  2. Add a host variable with https://api.testnet.kiln.fi as INITIAL VALUE

  3. Add a api_token variable with your Kiln API token (you can fetch it on the Applications section of your Kiln dashboard) as INITIAL VALUE

  4. Go back to the Collections tab, select TESTNET on the top right menu

  5. You are now setup to run API queries!

Last updated