Mercedes Benz Diagnostics
Connector for the mercedes-benz-diagnostics API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mercedes-benz.com/remotediagnostic_tryout/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getdtcdatalistbyecuusingpost— POST /vehicles/{vehicleId}/dtcReadouts — View the List of DTCs for specific vehicleId.getdtcsnapshotreadoutsusingpost— POST /vehicles/{vehicleId}/ecuId/{ecuId}/dtcId/{dtcId}/dtcSnapshotReadouts — View the List of DTC Snapshot for specific vehicleId.getecudatalistbyvehicleidusingpost— POST /vehicles/{vehicleId}/ecuReadouts — View the List of ECU for specific vehicleId.getresourcereadoutsusingpost— POST /vehicles/{vehicleId}/resourceReadouts — View the List of resources
Inputs
apiKey— your mercedes-benz-diagnostics API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getdtcdatalistbyecuusingpost
apiKey: <your key>