Postman Demo

Setup a demo environment for the Reporting API

Postman screenshot

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/30284558-122e15d0-d9eb-450d-986c-f8d36d981bb2?access_key=PMAT-01K9VVF49C1TTHNYQESNK2QG6S

3. Setup a testnet environment

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

  2. Add a baseUrl variable with https://api.testnet.kiln.fi as value

  3. Add a api_token variable with your Kiln API token as value (you can get one in the API tokens tab in your dashboard's settings)

  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

Was this helpful?