Use the email address provided by your account manager to access your Upwell account.
If you haven’t received your login credentials, please contact your account manager.
2. Configure TMS Integration
Navigate to the Integrations page to set up your Transportation Management System (TMS) integration:
Click on “Integrations” in the main navigation
Select your TMS provider
Follow the provider-specific configuration steps
Test the connection to ensure proper data flow
3. Setup Shipper Portal Integrations
Configure your shipper portal connections to enable automated rate validation:
If you’re building a TMS integration or working with the Upwell API directly, start here instead:
1
Get your API key
Create one in the Upwell dashboard under Account → API keys — it authenticates every request via the Authorization header (with or without a Bearer prefix, both work). See Authentication.
Account then API keys. Add API Key issues a key; the value is shown once, at creation.
2
Learn the data model
Understand the core objects (shipments, invoices, , , payments) and how they relate. See Core concepts & data model.
Get notified when invoices are processed, approved, or hit exceptions. See Outbound webhooks.
Read Integration patterns for cross-cutting conventions: integer-cents money, the sourceSystem / sourceSystemId upsert key, the input wrapper, and the presigned-upload flow.