Create Mismatch Alerts
Authentication
Permissions
Endpoint
Headers
Request body:
Request Example:
Response:
Response Body:
Authorizations
Access-TokenstringRequired
x-api-keystringRequired
Body
usdotsstring[]OptionalDefault:
USDOT numbers (strings). Each non-empty entry creates one alert.
[]mcsstring[]OptionalDefault:
MC numbers (strings). Each non-empty entry creates one alert.
[]logosstring[] · nullableOptional
Optional trailer logos list. Each value must be a non-empty string. Values are trimmed, deduplicated, and stored in lowercase format. Matching against the logos catalog.
alert_namestring · nullableOptional
Optional display name; omitted or whitespace-only is stored as null.
Responses
201
Mismatch alerts created successfully.
application/json
messagestringRequiredExample:
Mismatch alerts created successfully.400
Bad request – validation error or empty usdots/mcs/pairs.
401
Unauthorized – Invalid or missing Access-Token.
403
Forbidden – missing permission.
500
Internal Server Error.
post/mismatch-observations
Last updated