How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Loadsmart Webhooks API

Webhooks allow you to receive certain events from Loadsmart. When one of those events istriggered, 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 yourown system with information from Loadsmart.## AuthenticationLoadsmart 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 structureThe 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```

Loadsmart Webhooks API is one of 48 APIs that Loadsmart publishes on the 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.

This API exposes 11 operations across 8 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.loadsmart.com, https://api.sandbox.loadsmart.com.

11 operations 8 paths 0 schemas 1 DELETE2 GET7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.loadsmart.com
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Loadsmart Webhooks API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (Application-JWT). It accepts HTTP bearer tokens (JWT) (User-JWT).

  • Application-JWT — Authorize the request with the application context (preferred for the endpoints that support it): { "sub": "sys", "iss": "token-issuer", "exp": 1626239022, "ia…
  • User-JWT — Authorize the request with an user context. A payload example would be: { "sub": "usr:87127882-d1db-4e50-8f7c-c792a80d7c49", "iss": "token-issuer", "iat": 1517…

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 1 DELETE, 2 GET, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 11

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)…

GET
/api/v2/webhooks/url
List Webhooks
→ 200
POST
/api/v2/webhooks/url
Register webhooks
body → 201400
GET
/api/v2/webhooks/url/{uuid}
Retrieve webhook
1 param → 200404
PUT
/api/v2/webhooks/url/{uuid}
Update webhook
1 param body → 200400404
DELETE
/api/v2/webhooks/url/{uuid}
Delete webhook
1 param → 204404
POST
/quote-webhooks
Quote Events
body → 200
POST
/shipment-webhooks
Shipment Events
body → 200
POST
/load-webhooks
Load Events
body → 200
POST
/bid-webhooks
Bid Events
body → 200
POST
/carrier-webhooks
Carrier Events
body → 200
POST
/integration-request
Integration Request Events
body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

loadsmart-webhooks-api-openapi.yml Raw ↑

Other APIs Loadsmart publishes across the network.

Loadsmart Appointments API
Loadsmart Asset Container API
Loadsmart Asset Visit API
Loadsmart Audit Log API
Loadsmart Authentication API
Loadsmart Bids API
Loadsmart BOL API
Loadsmart Capacity API
Loadsmart Carrier API
Loadsmart Carrier Companies API
Loadsmart Carrier Users API
Loadsmart Custom Forms - Data API
Where this information came from

This is an independent, third-party profile of Loadsmart Webhooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.