v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Customers

Returns specific customer

get/customers/{customerId}

Path parameters

customerIdinteger required

Customer id

Response

Customer

Example response

{
  "data": {
    "id": 1,
    "first_line": "Craftboxx GmbH",
    "icon": "fa-user-tie",
    "custom_number": "C-1001",
    "name": "Craftboxx GmbH",
    "name_addon": "HQ",
    "customer_number": "C-1001",
    "info": "Important customer",
    "source": "manual"
  }
}