Reference (v1)FeedbackGets the show feedback statusVersion: API v1Auf dieser SeiteGets the show feedback statusGET/customers/{customerNumber}/is-show-feedback/API versionv1Request methodGETOperation ID getIsShowFeedback Request Pfad-Parameter requiredcustomerNumberintegerrequiredCustomer number Responses 200 OKFormatapplication/jsonBeschreibungObject with the show feedback statusSchema-DokumentationBeispielJSON SchemaisShowFeedbackbooleanrequiredisNotNowbooleanrequired{ "isShowFeedback": true, "isNotNow": true}{ "type": "object", "required": [ "isShowFeedback", "isNotNow" ], "properties": { "isShowFeedback": { "type": "boolean" }, "isNotNow": { "type": "boolean" } }}403 Forbidden404 Not Found500 Internal Server Error Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/customers/123/is-show-feedback