Postman guide
Discover our Kiln Connect APIs with Postman.
Overview
Postman is an application designed to help with API integrations and exploration. This is the tool of choice for both experienced developers and no-code enthusiasts to get familiar with our available endpoints, requests, and responses.
Using our Kiln Connect Postman Collection, you can start testing our API before you need write a single line of code.
Install Postman
Download and install the Postman app or use Postman online.
- In postman, select the Collections tab on the left menu
- Press the import button and import the following collection:
Setup a testnet environment
- 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!
Updated 5 months ago