v5.2.0
OAS 3.1.1
Augment API
Augment is now SOC 2 Type II Certified
The Augment API supports two integration directions: API Endpoints that your system calls to manage loads and carriers, and Callbacks that your system implements to receive updates from Augment. The latest version of the Augment API is hosted online.
API Endpoints
Endpoints your system calls to interact with Augment:
Callbacks
Endpoints your system implements to receive updates from Augment:
- Stop Update (required for Track & Trace)
- Tracking Event (required for Track & Trace)
- Load Carrier Event (required for Track & Trace)
- Comment (required for Track & Trace)
- Bid Created (required for Carrier Selection)
- Load Draft (required for Load Building)
- Upload Document (required for Load Building)
For setup instructions and implementation details, see the Required Callback Endpoints guide.
Resources
Developer Notes
All date-time fields are represented as strings. The date-time notation is defined by RFC 3339, section 5.6. Examples:
2025-08-21T12:34:56Z2025-08-21T04:34:56-08:00
However, when using local time, do not include the trailing Z or timezone offset in the date-time string.
Example:
2025-08-21T12:34:56
Client Libraries

