Carrier management operations
- Authentication
Carriers
Carrier Contacts
Carrier Factors
Carrier Payment Methods
Companies
Credit Memos
Bills
Bill Payments
Customers
Customer Contacts
Documents
Invoices
Loads
Locations
Location Contacts
Payment Terms
Payments
Quotes
Saved Searches
Search
Services
Shipments
Teams
Users
Vendors
Vendor Contacts
Vendor Payment Methods
Event Notifications
Authentication
MVMNT API (1.0.0)
The MVMNT API enables you to automate freight brokerage workflows by integrating directly with our Transportation Management System.
OAuth 2.0 client credentials flow. See Authentication Guide for details.
Headers:
Content-Type: application/x-www-form-urlencodedBody Parameters:
grant_type=client_credentials
client_id=YOUR_CLIENT_ID
client_secret=YOUR_CLIENT_SECRETcurl -X POST https://api.mvmnt.io/oauth2/token \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=YOUR_CLIENT_ID" \
-d "client_secret=YOUR_CLIENT_SECRET"Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.mvmnt.io/_mock/apis/openapi
Production
https://api.mvmnt.io/v1