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
Both CLIENT_ID
and CLIENT_SECRET
can be copied to your application from Pluggy Dashboard.
Initial Setup
Select the "Open Postman" option and the collection will already be imported into the application.
Before starting, let's prepare the environment to perform the requests. In the Postman app, in the left corner, select the "Environments" menu.
Then click the button + âcreate new environmentâ
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
Click "Save" to save the changes.
All ready to start making API Pluggy calls!
Updated 5 months ago