Comment on page
Postman Demo
Setup a demo environment for the Reporting API

Postman screenshot
Postman is a GUI you can use to run some API call examples and visualise the returned data.
- 1.In postman, select the Collections tab on the left menu
- 2.Press the import button and import the following collection:
- 1.Go to the Environments tab on the left menu and create a new TESTNET environment
- 2.Add a
host
variable withhttps://api.testnet.kiln.fi
as INITIAL VALUE - 3.Add a
api_token
variable with you 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 modified 4mo ago