# Loadsmart Load Offers API

**Canonical:** https://apis.io/apis/loadsmart/loadsmart-load-offers-api/  
**Provider:** Loadsmart — https://apis.io/providers/loadsmart/  
**Base URL:** https://api.loadsmart.com  
**Documentation:** https://developer.loadsmart.com/docs/shipperguide/overview/getting-started

Loadsmart Load Offers API is one of 48 APIs that [Loadsmart](https://apis.io/providers/loadsmart/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Load Offers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API allows third parties to search and accept available Offers. ## Webhook events There are few webhook events that can be triggered related to Load Offers API. The following example refers to the webhook events `load_carrier_bounced` and `load_cancelled`: ``` { "event": "load_carrier_bounced", "data": { "load_id": "2ed37107-ebe7-4a60-a20f-01d4e74355c8", "load": { "id": "2ed37107-ebe7-4a60-a20f-01d4e74355c8", "active_offer": { "id": "ccd37107-ebe7-4a60-a20f-01d4e74355c8", "price": 1234.56 }, "carrier": { "id": "89ef54c7-52d5-44a0-b94d-df41eb1aab15", "mc": 123456, "dot": 987654 }, "commodity": "BOTTLED WATER", "distance": 353.6, "equipment_type": "DRV", "requirements": { "beer": false, "chemicals": null, "ctpat": null, "food_grade": null, "frozen": null, "hazmat": null, "hvhr": null, "pharmaceuticals": null, "produce": null, "teams": null, "tsa": null, "twic": null, "vented_vans": null, }, "stops": [ { "address": "109 Poland Spring Dr", "city": "Poland", "country": "USA", "latitude": 44.031602, "longitude": -70.355065, "state": "ME", "type": "PU", "window_end": "2019-11-28T08:00:00+00:00", "window_start": "2019-11-28T06:00:00+00:00", "window_timezone": "America/New_York", "requirements": null, "facility_info": { "avg_time_spent":{ "pickup":40, "delivery": null }, "detention_rate": 4 } }, { "address": "6 Westbelt", "city": "Wayne", "country": "USA", "latitude": 40.900033, "longitude": -74.264872, "state": "NJ", "type": "DEL", "window_end": "2019-11-29T19:00:00+00:00", "window_start": "2019-11-29T17:00:00+00:00", "window_timezone": "America/New_York", "requirements": null, "facility_info": { "avg_time_spent":{ "pickup":null, "delivery": 20 }, "detention_rate": 9 } }, ], "numberweight": 45000.0, "dimensions": {"width": 8.00, "height": 9.00, "length": 54.00} "ref_number": "41324" } } } ``` The following example refers to the webhook events `offer_created` and `offer_removed`: ``` { "event": "offer_created", "data": { "offer": { "id": "ccd37107-ebe7-4a60-a20f-01d4e74355c8", "price": 1234.56, "load": { "equipment_type": "DRV", "commodity": "apples", "weight": 20000, "dimensions": {"width": 8.00, "height": 9.00, "length": 54.00} "distance": 50000, "stops": [ { "type": "PU", "address": "101 Collins Avenue", "city": "Miami Beach", "state": "FL", "country": "USA", "requirements": { "blind_bol": false, "drop_trailer": false, "heavy_scale_ticket": false, "light_scale_ticket": false }, "facility_info": { "avg_time_spent":{ "pickup":40, "delivery": null }, "detention_rate": 4 } "zipcode": "33139", "window_start": "2020-02-13T09:00:00", "window_end": "2018-02-13T11:00:00", "window_timezone": "America/New_York" }, { "type": "DEL", "address": "2022 Collins Avenue", "city": "Miami Beach", "state": "FL", "country": "USA", "requirements": { "blind_bol": false, "drop_trailer": false, "heavy_scale_ticket": false, "light_scale_ticket": false }, "facility_info": { "avg_time_spent":{ "pickup":null, "delivery": 20 }, "detention_rate": 9 } "window_start": "2018-02-14T16:00:00", "window_end": "2018-02-14T18:00:00", "window_timezone": "America/New_York" } ], "requirements": { "beer": false, "chemicals": false, "ctpat": false, "food_grade": false, "frozen": false, "hazmat": false, "hvhr": false, "pharmaceuticals": false, "produce": false, "teams": false, "tsa": false, "twic": false, "vented_vans": false }, "ref_number": "425631" }, "actions": { "redirect_url": "https://loadsmart.com/loads/#/eec5677f-883c-4696-b13b-7539fa98e098", "accept_url": "https://api.loadsmart.com/api/v2/load-offers/offers/ccd37107-ebe7-4a60-a20f-01d4e74355c8/accept" } } } } ```

## Machine-readable artifacts (16)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/loadsmart/refs/heads/main/openapi/loadsmart-load-offers-api-openapi.yml
- **Documentation** — https://developer.loadsmart.com/docs/shipperguide/overview/getting-started
- **APIReference** — https://developer.loadsmart.com/docs/shipperguide/api-reference
- **OpenAPISource** — https://developer.loadsmart.com/api/openapi.yaml
- **Webhooks** — https://developer.loadsmart.com/docs/shipperguide/api-reference
- **Sandbox** — https://api.sandbox.loadsmart.com
- **Authentication** — https://developer.loadsmart.com/docs/shipperguide/overview/getting-started
- **Postman** — https://community.loadsmart.com/hc/en-us/articles/14945962355091-Importing-the-Postman-Collection
- **Documentation** — https://developer.loadsmart.com/docs/opendock/overview/getting-started
- **APIReference** — https://developer.loadsmart.com/docs/opendock/category/overview
- **OpenAPISource** — https://neutron.opendock.com/docs-json
- **SwaggerUI** — https://neutron.opendock.com/docs
- **WebSockets** — https://developer.loadsmart.com/docs/opendock/overview/websockets
- **Sandbox** — https://neutron.staging.opendock.com
- **Postman** — https://www.postman.com/opendock/workspace/public-nova-workspace/
- **Community** — https://community.loadsmart.com/hc/en-us/sections/24987828169619-Opendock-Nova-Warehouse-API

## Other Loadsmart APIs (12)

- [Loadsmart Appointments API](https://apis.io/apis/loadsmart/loadsmart-appointments-api/)
- [Loadsmart Asset Container API](https://apis.io/apis/loadsmart/loadsmart-asset-container-api/)
- [Loadsmart Asset Visit API](https://apis.io/apis/loadsmart/loadsmart-asset-visit-api/)
- [Loadsmart Audit Log API](https://apis.io/apis/loadsmart/loadsmart-audit-log-api/)
- [Loadsmart Authentication API](https://apis.io/apis/loadsmart/loadsmart-authentication-api/)
- [Loadsmart Bids API](https://apis.io/apis/loadsmart/loadsmart-bids-api/)
- [Loadsmart BOL API](https://apis.io/apis/loadsmart/loadsmart-bol-api/)
- [Loadsmart Capacity API](https://apis.io/apis/loadsmart/loadsmart-capacity-api/)
- [Loadsmart Carrier API](https://apis.io/apis/loadsmart/loadsmart-carrier-api/)
- [Loadsmart Carrier Companies API](https://apis.io/apis/loadsmart/loadsmart-carrier-companies-api/)
- [Loadsmart Carrier Users API](https://apis.io/apis/loadsmart/loadsmart-carrier-users-api/)
- [Loadsmart Custom Forms - Data API](https://apis.io/apis/loadsmart/loadsmart-custom-forms-data-api/)

## Tags

Load Offers

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/loadsmart/loadsmart-load-offers-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/loadsmart/.
