# Loadsmart Webhooks API

**Canonical:** https://apis.io/apis/loadsmart/loadsmart-webhooks-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 Webhooks 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 Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

Webhooks allow you to receive certain events from Loadsmart. When one of those events is triggered, we'll send an HTTP POST request to the webhook's configured URL(s). This URL(s) should be sent to Loadsmart as part of the onboarding process. Webhooks can be used to update your own system with information from Loadsmart. ## Authentication Loadsmart Webhooks use the same authentication scheme used in the API, except in this case, Loadsmart generates the JWT tokens and the TMS authenticates our requests with these tokens. During the setup process Loadsmart will send to TMS the public key and the TMS will be responsible for validating the token. ### Token structure The JWT token header will be: ``` { "alg": "RS256", "typ": "JWT" } ``` The token payload will have: ``` { "iss": "loadsmart", // the token issuer "iat": 1517239022, // unix timestamp when the token was issued "exp": 1626239022 //unix timestamp when the token will expire } ``` The JWT token will be present in the Authorization header on all requests, as in the following example: ``` Authorization: JWT eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.TCYt5XsITJX1CxPCT8yAV-TVkIEq_PbChOMqsLfRoPsnsgw5WEuts01mq-pQy7UJiN5mgRxD-WUcX16dUEMGlv50aqzpqh4Qktb3rk-BuQy72IFLOqV0G_zS245-kronKb78cPN25DGlcTwLtjPAYuNzVBAh4vGHSrQyHUdBBPM ```

## Machine-readable artifacts (16)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/loadsmart/refs/heads/main/openapi/loadsmart-webhooks-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

Webhook

---

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