Setting up Postman and accessing the Enterprise API
This guide provides a step-by-step walkthrough for setting up Postman and accessing the Enterprise API Suite. By following these instructions, you can quickly start exploring and integrating with the API.Note that this guide is for partners who have already initiated onboarding via our request form. If you haven’t yet, be sure to apply first.
Once your request is approved, we’ll send you an invitation to access the Enterprise Portal and the Postman Partners Workspace, so you can generate your client credentials and start interacting with our APIs.Start by accepting the Postman invitation. You will be added to the workspace as a Viewer.
Once inside the workspace, locate the REST APIs collection. It contains ready-to-use requests and examples of typical error responses.
To make API requests, you must select an appropriate environment:
Mock Server for static examples.
Sandbox to interact with a live testing environment.
Production to perform real transactions on live data.
To use the Sandbox environment, you’ll need to configure your client credentials in Postman.First, generate your clientId and clientSecret from the Enterprise Portal.
Then, set the clientId and clientSecret as environment variables in Postman.
Once set up, you can start making API requests and exploring the available endpoints. Refer to the REST APIs for detailed request structures and response formats.