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. Maximum amount is limited by MISMATCH_ALERTS_MAX_LOGOS.
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.
401
Unauthorized – Invalid or missing Access-Token.
403
Forbidden – missing permission.
500
Internal Server Error.
post
/mismatch-observationsLast updated