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.
Metadata
The identity and technical contract details declared by the specification.
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 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)…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Loadsmart 12
Other APIs Loadsmart publishes across the network.
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.