DEVELOPER GUIDE
Installing Postman
- Download Postman: Visit the Postman website and download the appropriate version for your operating system.
- Install Postman: Follow the installation instructions for your operating system to install Postman.
Downloading the Postman Collection
- Download the Collection: Click here to download the Postman collection.
- Unzip the Collection: Extract the contents of the downloaded zip file to a location on your computer.
Importing the Collection into Postman
- Open Postman: Launch the Postman application.
- Import the Collection:
- Click on the
Import
button in the top-left corner of the Postman interface. - Select the
Upload Files
link. - Navigate to the location where you extracted the zip file and select the
.json
file to import the collection.
- Click on the
Updating Variables with Your Credentials
- Get Your Credentials: Obtain your username and password from PitchPoint. If you plan to order a product, you may need to verify the model name of the product matches the one in the Postman file.
- Update Variables:
- In Postman, double-click on the imported
pps-public
collection. - Click on the
Variables
tab. - Update the
pps_username
andpps_password
variables with your credentials.
- In Postman, double-click on the imported
By following these steps, you will have Postman set up with the PitchPoint Postman collection, and you will be ready to start making API requests.