# Run in Postman

## Run in Postman

You can access our Postman Collection from the link below to test all of our endpoints. You just need to set the `CLIENT_ID` and `CLIENT_SECRET` environment variables in Postman's Environments tab.

**[Run in Postman](https://pluggy-official.postman.co/workspace/Pluggy---Public~c1b2c838-e81f-4544-9d4b-a06d80c58a39/collection/10111094-2ba022d3-1898-4d61-ac3d-221d59bac871?action=share&creator=16855841)**

Both `CLIENT_ID` and `CLIENT_SECRET` can be copied to your application from [Pluggy Dashboard](https://dashboard.pluggy.ai).

This way you will find `CLIENT_ID` and `CLIENT_SECRET` in Pluggy Dashboard. You can also see them from the page of the application.

### Initial Setup

1. Select the **"Open Postman"** option and the collection will already be imported into the application.

2. Before starting, let's prepare the environment to perform the requests. In the Postman app, in the left corner, select the **"Environments"** menu.

3. Then click the button **+ "create new environment"**.

4. Then name your environment and add the following variables:
   - `host` -- Application server address: `https://api.pluggy.ai`
   - `CLIENT_ID` -- Your login access
   - `CLIENT_SECRET` -- Your access password

5. Click **"Save"** to save the changes.

All ready to start making API Pluggy calls!