Mercedes Benz Configurator
Connector for the mercedes-benz-configurator 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/configurator_tryout/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
marketsget— GET /markets — Get all available markets.marketget— GET /markets/{marketId} — Get the market with the given marketId.bodiesget— GET /markets/{marketId}/bodies — Get all available bodies for the given marketId.bodyget— GET /markets/{marketId}/bodies/{bodyId} — Get the body for the given marketId and bodyId.classesget— GET /markets/{marketId}/classes — Get all available classes for the given marketId.classget— GET /markets/{marketId}/classes/{classId} — Get the class for the given marketId and classId.
Inputs
apiKey— your mercedes-benz-configurator 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: marketsget
apiKey: <your key>