# Postman
source: https://developer.mastercard.com/open-finance-europe/documentation/licensed/insights/testing/postman/index.md

Postman is a great tool for exploring and testing RESTful APIs without clients having to communicate with it.

A [Postman collection](https://www.getpostman.com/collection) and an [Environment](https://learning.getpostman.com/docs/postman/environments_and_globals/manage_environments/) is available so you can explore details of our APIs with minimum setup.

#### Running the collection {#running-the-collection}

Follow these steps to set up and run the Postman collection:

1. Start by pressing the "run in Postman". It will guide you to create a postman account and let you use the Postman collection.

Click: [![](https://static.developer.mastercard.com/content/open-finance-europe/uploads/postman-button.svg)](https://god.gw.postman.com/run-collection/26779181-812d8f15-8d70-4de4-8bce-a0e630b42c82?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D26779181-812d8f15-8d70-4de4-8bce-a0e630b42c82%26entityType%3Dcollection%26workspaceId%3Ddc9c22f1-d88f-417d-8a88-662dba528689#?env%5BMastercard%20Open%20Banking%20EU%20Enterprise%20Insights%20-%20Demo%5D=env%5BMastercard%20Open%20Banking%20EU%20Enterprise%20Insights%20-%20Demo%5D=W3sia2V5IjoiYmFzZVVybCIsInZhbHVlIjoiaHR0cHM6Ly9pbnNpZ2h0cy5zYW5kYm94LmFpaWEuZXUiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6Imh0dHBzOi8vaW5zaWdodHMuc2FuZGJveC5haWlhLmV1Iiwic2Vzc2lvbkluZGV4IjowfSx7ImtleSI6IlgtQ0xJRU5ULUlEIiwidmFsdWUiOiIiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6IiIsInNlc3Npb25JbmRleCI6MX0seyJrZXkiOiJYLUNMSUVOVC1TRUNSRVQiLCJ2YWx1ZSI6IiIsImVuYWJsZWQiOnRydWUsInR5cGUiOiJkZWZhdWx0Iiwic2Vzc2lvblZhbHVlIjoiIiwic2Vzc2lvbkluZGV4IjoyfSx7ImtleSI6ImpvYklkIiwidmFsdWUiOiIiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6IiIsInNlc3Npb25JbmRleCI6M30seyJrZXkiOiJhY2NvdW50SWQiLCJ2YWx1ZSI6IiIsImVuYWJsZWQiOnRydWUsInR5cGUiOiJkZWZhdWx0Iiwic2Vzc2lvblZhbHVlIjoiIiwic2Vzc2lvbkluZGV4Ijo0fV0=)

2. The collection should be imported into Postman now. You can verify this by clicking on `Collections` in Postman and checking whether you have a collection named `Mastercard Open Finance EU`. If it is not there, try importing it again while running Postman beforehand. Note that sometimes it might not be imported if Postman was closed before.

3. An environment called `eu Mastercard Open Finance EU Enterprise Insights` is also imported. You can switch to it by clicking on the drop-down in the top left of the Postman window and selecting the environment with the aforementioned name.
   ![Environment Drop-down](https://static.developer.mastercard.com/content/open-finance-europe/uploads/unlicensed/environment_dropdown.png)

4. Update the environment with your client id and client secret (which you can get at the [Developer Portal](https://devportal.openbanking.mastercard.com/#/apps)). To do that, open the environment quick look (the button with the eye icon next to environment drop-down). Here you should see three variables, `client_id`, `client_secret` and `client_redirect_uri`. While hovering over their `Current Value`, click on the edit button and update those values to your actual API Keys.

![Environment Expanded](https://static.developer.mastercard.com/content/open-finance-europe/uploads/licensed/insights_environment_expanded.png)

5. Make the first request to `Create Insights Request`. The response will contain a `jobId` that you need to record and a `connectUrl` which you have to open in a browser. This will start the Connect Flow. When complete, you will be redirected to your configured redirect url.

6. You can use the `jobId` in the next set of API calls

