# Postman Demo

<figure><img src="https://1911902555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnye3yqpuOzdfrtWAlwng%2Fuploads%2FdCntvHbf9TXPFCoHW7Mp%2FScreenshot%202023-07-16%20at%2023.38.16.png?alt=media&#x26;token=87b6510a-766f-4a6f-a190-cdc38182cc4d" alt=""><figcaption><p>Postman screenshot</p></figcaption></figure>

## 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](https://www.postman.com/downloads/) 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)&#x20;
4. Go back to the Collections tab, select TESTNET on the top right menu
5. You are now setup to run API queries!
