# Find trailer by ID Endpoint: GET /trailers/{trailerId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `trailerId` (string, required) The trailer Id ## Response 200 fields (application/json): - `id` (string) Example: "T001" ## Response 404 fields (application/json): - `message` (string) Example: "not found"