Skip to main content

Check if the customer profile has a valid contract partner configured

GET /v2/customers/{customerId}/legally-competent/
v2
GET
customer-is-customer-legally-competent

Request

  • customerIdstring
    required

    The uuid of the customer to be checked

Responses

application/json

Check if customer is allowed to order a paid item.

  • isLegallyCompetentboolean

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customers/string/legally-competent