action mercedes_benz_model_configurations_get { label: "Get the initial configuration for the given marketId and modelId." description: "Get the initial `VehicleConfiguration` for the given **marketId** and **modelId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/models/{modelId}/configurations/initial" encoding: json output: { type: "object" additionalProperties: true } }