Overview
Postman is a powerful tool for testing APIs, and with the WP Umbrella API Postman Collection, you can quickly interact with all available endpoints. This guide walks you through the setup process, ensuring a smooth experience.
Estimated Time to Complete: 5–10 minutes
Prerequisites:
Postman – Installed on your computer (free to download).
WP Umbrella Postman .json Collection – Downloaded and imported.
API Credentials – An active access token (
accessToken
). If you don’t have one, contact your API administrator.
Steps to Follow
Step 1: Import the Postman Collection
Open Postman.
Click Import in the top left.
Select Upload Files and choose the
.json
file you received.Once imported, the WP Umbrella collection will appear in your sidebar, with endpoints organized into folders like Me, Projects, and Vulnerabilities.
Step 2: Set Up Environment Variables
Setting up variables in Postman makes it easier to reuse values without manual entry.
Go to Environments in Postman and create a new environment.
Add the following variables:
publicApiUrl
→ Default:https://public-api.wp-umbrella.com
accessToken
→ Your API access tokenprojectId
→ The ID of the project you want to test
Save the environment and select it from the dropdown in the top-right corner of Postman.
Step 3: Configure Authentication
The WP Umbrella API uses Bearer Token authentication.
Navigate to any endpoint in the collection.
Click on the Authorization tab.
Ensure the Bearer Token is selected.
Confirm that
{{accessToken}}
is correctly referenced.
Once configured, Postman will automatically use this token for all API requests.
Step 4: View Postman Documentation 
Postman includes built-in documentation for each API endpoint.
Click on the collection folder or any endpoint, then select the Documentation tab.
A "View Complete Documentation" link is also available at the bottom of the collection.
Common Issues & Troubleshooting 
I can’t find my API access token.
Make sure you’ve received the correct credentials from your API administrator. If you’re unsure, contact our support team.
I imported the collection, but I don’t see any endpoints.
Try re-importing the .json
file. If the issue persists, restart Postman and check if the collection appears in the sidebar.
My API requests are failing due to authentication errors.
Double-check that the Bearer Token is correctly referenced in the Authorization tab.
Ensure your access token is valid and has not expired.
Confirm that your selected environment contains the correct
accessToken
value.
Final Thoughts 
That’s it! You’re now set up to explore the WP Umbrella API using Postman. If you have any questions or run into issues, don’t hesitate to contact our support team—we’re here to help!
Related Articles