Postman Demo
Setup a demo environment for the Reporting API
Last updated
Setup a demo environment for the Reporting API
Last updated
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.
In postman, select the Collections tab on the left menu
Press the import button and import the following collection:
Go to the Environments tab on the left menu and create a new TESTNET environment
Add a host
variable with https://api.testnet.kiln.fi
as INITIAL VALUE
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
Go back to the Collections tab, select TESTNET on the top right menu
You are now setup to run API queries!