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.
- 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
- File: REST API - DevPortal Master
- Description: Comprehensive collection containing various REST API endpoints for MarketSuite
- Use Case: For API reference and testing
- File: MarketSuite Sandbox Environment
- Description: Pre-configured environment variables for the sandbox environment
- Configuration: Add authentication credentials.
- Open Postman
- Click "Import" in the top left
- Select "File" and choose the downloaded collection files
- The collections will appear in your Postman sidebar
- 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 usernameapiPassword: Your API passwordclientId: Your client IDclientSecret: Your client secret
- 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
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