v13.0.0
Augment API
Augment is now SOC 2 Type II Certified
The Augment API endpoints are calls your system makes to manage loads and carriers. The latest version of the Augment API is hosted online.
API Endpoints
Endpoints your system calls to interact with Augment:
Outbound webhooks, including Track & Trace events, are documented separately in the Webhooks reference.
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