Skip to content
Logistics & shipping

mercedes-benz.com:configurator

Car Configurator sandbox and mock API

The Car Configurator API offers access to the Mercedes-Benz car configuration functions. It provides required reference data such as the masterdata of all Mercedes-Benz vehicles as well as functions to retrieve initial and changed configurations. In addition to that is is possible to save a newly created configuration so that it can be easily restored or shared with others. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
24
Collections
-
Event types
-
example request
curl https://your-mercedes-benz-configurator.slurry.io/configurator_tryout/v1/markets \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 24.

  • GET/markets
  • GET/markets/{marketId}
  • GET/markets/{marketId}/bodies
  • GET/markets/{marketId}/bodies/{bodyId}
  • GET/markets/{marketId}/classes
  • GET/markets/{marketId}/classes/{classId}
  • GET/markets/{marketId}/models
  • GET/markets/{marketId}/models/{modelId}
  • GET/markets/{marketId}/models/{modelId}/configurations/initial
  • GET/markets/{marketId}/models/{modelId}/configurations/{configurationId}
  • GET/markets/{marketId}/models/{modelId}/configurations/{configurationId}/alternatives/{componentList}
  • GET/markets/{marketId}/models/{modelId}/configurations/{configurationId}/images/components