Skip to main content
Version: API v1

Gets the show feedback status

GET /v1/customers/{customerNumber}/is-show-feedback/
v1
GET
getIsShowFeedback

Request

  • customerNumberinteger
    required

    Customer number

Responses

application/json

Object with the show feedback status

  • isShowFeedbackboolean
    required
  • isNotNowboolean
    required

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v1/customers/123/is-show-feedback