Skip to main content

Check if the customer profile has a valid contract partner configured

GET/v2/customers/{customerId}/legally-competent/
API version
v2
Request method
GET
Operation ID
customer-is-customer-legally-competent

Request

  • customerIdstring
    required

    The uuid of the customer to be checked

Responses

Format
application/json
Description

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