RocketSavvy API v3.0 Postman Collection
Comprehensive collection with 150+ pre-built API requests, authentication workflows, and example responses
Download Collection Run in PostmanWhat's Included
Our Postman Collection provides everything you need to explore and test the RocketSavvy API:
Pre-configured API key authentication with automatic token handling and refresh logic
Complete coverage of all 150+ API endpoints across all service categories
Real-world request examples with sample data for quick testing
Built-in automated tests to validate responses and status codes
Pre-configured environments for development, staging, and production
Inline documentation for each endpoint with parameter descriptions
API Categories
The collection is organized into the following categories:
๐ Commerce & Billing
- Orders and transactions management
- Product catalog operations
- Subscription and billing endpoints
- Payment processing and refunds
- Shopping cart operations
๐ฅ CRM & Customer Management
- Customer profile management
- Contact and lead tracking
- Sales pipeline operations
- Activity logging and notes
- Customer segmentation
๐ฆ Inventory & ERP
- Inventory tracking and management
- Warehouse operations
- Stock level monitoring
- Purchase order management
- Supplier integration
๐ Communications
- VoIP call management
- SMS and messaging
- Email campaign operations
- Webhook configuration
- Notification services
๐ Analytics & Reporting
- Business intelligence queries
- Custom report generation
- Data export endpoints
- Performance metrics
- Dashboard data feeds
Quick Start Guide
1. Install Postman
Download and install Postman from postman.com/downloads
2. Import the Collection
- Click the "Download Collection" button above
- Open Postman
- Click "Import" in the top left corner
- Select the downloaded JSON file
- The collection will appear in your Collections sidebar
3. Configure Environment
Set up your environment variables:
4. Start Testing
- Select any request from the collection
- Review the pre-filled parameters and body
- Click "Send" to execute the request
- View the response and run automated tests
Environment Variables
Configure these variables in your Postman environment:
- api_key: Your RocketSavvy API key (get from API Management)
- base_url: API base URL (production: https://api.rocketsavvy.com/v3)
- merchant_id: Your merchant identifier
- store_id: Your store identifier (for multi-store setups)
- webhook_secret: Your webhook signing secret
Security Note: Never commit your API keys to version control. Use Postman's environment variables to keep credentials secure.
Advanced Features
Pre-request Scripts
The collection includes pre-request scripts that automatically:
- Generate authentication signatures
- Set dynamic timestamps and unique IDs
- Handle pagination tokens
- Prepare multipart form data
Response Tests
Each request includes automated tests that verify:
- HTTP status codes (200, 201, 204, etc.)
- Response schema validation
- Required fields presence
- Data type correctness
- Business logic constraints
Collection Runner
Use Postman's Collection Runner to:
- Execute all requests in sequence
- Run automated integration tests
- Generate comprehensive test reports
- Validate end-to-end workflows
Additional Resources
- API Documentation: Complete reference at /api-v3.html
- SDK Downloads: Language-specific libraries at /sdk.html
- API Key Management: Generate keys at /api-management.html
- Webhook Setup: Configure webhooks at /webhook-integration.html
- Changelog: API updates at /changelog.html