REST API Postman Collections
This page provides ready-to-use Postman collections for the APX MarketSuite REST API endpoints. These collections serve as a reference for developers to quickly test API functionality and integrate with their applications.
Getting Started
- Download the collections and environment files below
- Import them into your Postman application
- Configure the environment variables with your API credentials
- Start testing the API endpoints
Available Collections
Master Collection
- File : REST API - DevPortal Master
- Description : Comprehensive collection containing various REST API endpoints for MarketSuite
- Use Case : For API reference and testing
Environment Configuration
Sandbox Environment
- File : MarketSuite Sandbox Environment
- Description : Pre-configured environment variables for the sandbox environment
- Configuration : Add authentication credentials.
Usage Instructions
Importing Collections
- Open Postman
- Click "Import" in the top left
- Select "File" and choose the downloaded collection files
- The collections will appear in your Postman sidebar
Setting Up Environment
- Import the environment file using the same import process
- Select the "MarketSuite Sandbox DevPortal" environment from the dropdown
-
Update the environment variables with your specific credentials:
-
apiUsername
: Your API username -
apiPassword
: Your API password -
clientId
: Your client ID -
clientSecret
: Your client secret
-
Running Requests
- Expand the imported collections in your Postman sidebar
- Select any request to view its configuration
- Ensure the correct environment is selected
- Make sure the request has all the necessary parameters
- Click "Send" to execute the request
Support
For additional help with API integration or Postman collection usage, refer to:
- REST API Endpoints - Detailed endpoint documentation
- Authentication - API authentication guide
- API Integration Guide - General REST API usage