Skip to main content

Postman

Postman is a great tool for exploring and testing RESTful APIs. We made a small Postman collection and an Environment, so you can start exploring every tiny detail of Dibsy with absolute minimum setup.

Step 1: Get Postman

Download and install Postman.

Step 2: Download Postman collection

Download one of the Postman collections. Collections give you sets of pre-built requests to test with.

Dated VersionCollection
V2 [26-03-2022]Run in Postman

Step 3: Retrieve your API Keys

In Postman, all collections require you to use your keys to implement them, which can be found on your dashboard. Go to Settings > API Keys and toggle test mode to access your live keys and test keys.

Step 4: Configure your testing environment in Postman

  1. In Postman, select the Dibsy V2 API [xx-xx-xxxx]
  2. Select "Variables" to configure global variables.
  3. Edit "SK" and "PK" and enter your Dibsy API Secret Key and Dibsy API Public Key respectively.
  4. That’s it! You can now run each request sequentially from top to bottom.