Postman Collections
Download and use our official Postman collections to quickly test and integrate with the atoship API.
Getting Started
Download and import the atoship API collection into your Postman workspace.
Configure your API keys and base URLs using our environment templates.
Start testing API endpoints with pre-configured requests and examples.
Use Newman or Postman CLI to run collections in your CI/CD pipeline.
Environment Setup
api_keyYour atoship API key
sk_test_1234567890abcdefbase_urlAPI base URL
https://atoship.com/api/v1environmentEnvironment type
development | productiontimeoutRequest timeout (ms)
30000Development EnvironmentLocal
{
"name": "atoship Development",
"values": [
{
"key": "base_url",
"value": "http://localhost:3000/api",
"enabled": true
},
{
"key": "api_key",
"value": "sk_test_1234567890abcdef",
"enabled": true
},
{
"key": "environment",
"value": "development",
"enabled": true
}
]
}Production EnvironmentLive
{
"name": "atoship Production",
"values": [
{
"key": "base_url",
"value": "https://atoship.com/api/v1",
"enabled": true
},
{
"key": "api_key",
"value": "sk_live_your_production_key",
"enabled": true
},
{
"key": "environment",
"value": "production",
"enabled": true
}
]
}Import Environment File
Download and import the environment JSON file into Postman using the "Import" button.
Update API Key
Replace the placeholder API key with your actual atoship API key from the dashboard.
Select Environment
Choose the imported environment from the environment dropdown in the top-right corner.
Test Connection
Run a simple GET request to verify your environment configuration is working correctly.
API Coverage
Authentication
API key management for sandbox and production.
- • Create API Key
- • List API Keys
- • Delete API Key
Account
Account settings, balance, users, and carriers.
- • Get/Update Account
- • Balance & Transactions
- • Users & Teams
- • Carrier Accounts (BYOCA)
Addresses
Create, validate, and manage shipping addresses.
- • Create Address
- • Verify Address
- • Get/List Addresses
Rates
Get shipping rates from multiple carriers.
- • Get Shipping Rates
- • BYOCA Rate Support
- • Multi-carrier Comparison
Labels
Create, manage, and download shipping labels.
- • Create/Get/List Labels
- • Tracking Integration
- • Void/Refund Labels
- • Insurance Coverage
- • Fee Breakdown
Returns & Webhooks
Return labels, QR codes, and event notifications.
- • Create Return Labels/QR
- • Webhook Endpoints
- • Real-time Events
- • Claims Management
Collection Features
Pre-request Scripts
Automatic authentication token management and request signing.
Test Scripts
Built-in response validation and error handling tests.
Example Responses
Real API responses for every endpoint with sample data.
Error Scenarios
Test cases for various error conditions and edge cases.
Workflows
End-to-end workflows for common integration patterns.
Documentation
Inline documentation and usage examples for each endpoint.
Quick Start Workflow
Basic Flow (5 steps)
Advanced Features
Process multiple shipments simultaneously with batch APIs
AI-powered carrier selection and route optimization
Automatic notifications for tracking and status changes
Generate return labels and manage return workflows
Ready to start testing?
Import our collection and follow the workflow above