Step 1: Get Your API Key
1
Sign in to the Dashboard
Go to dashboard.crbtrack.com and sign in with your credentials.
2
Navigate to API Keys
Click on Settings → API Keys in the sidebar.
3
Generate a New Key
Click Generate New API Key. Choose a name like “My Integration” and select the countries you’ll be shipping to.
4
Copy Your Key
Your API key will be displayed only once. Copy it and store it securely.
Step 2: Test with Sandbox
Before going live, test your integration using the sandbox environment.Sandbox API keys start with
pk_test_ and production keys start with pk_live_.Using Postman
Download our pre-configured Postman collection to test all API endpoints:Download Postman Bundle
ZIP file with collection, environment, and setup instructions
- Download and extract the ZIP file
- Open Postman and click “Import”
- Drag both JSON files into the import dialog
- Select the “CRBTrack API” environment (gear icon)
- Set your
apiKeyvariable - Start testing - tracking numbers auto-chain between requests!
Download individual files
Download individual files
Step 3: Create Your First Order
Step 4: Check the Response
A successful response looks like this:In sandbox mode, tracking numbers start with
SB to indicate they’re test shipments.Step 5: Download the Label
Use thelabelUrl from the response to download the shipping label: