Skip to main content
Version: API v1

Create feedback

POST /v1/customers/{customerNumber}/feedback/
v1
POST
createFeedback

Request

  • customerNumberinteger
    required

    Customer number

Responses

application/json

Feedback created

  • messagestring

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"vote":123,"message":"string","notNow":true}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/customers/123/feedback