---
title: "List customers"
method: GET
path: "/customers"
tags: ["License Portal"]
---

# List customers

`GET /customers`

## Response `200`

Customer list.

- ListCustomersResult
  - `items` LicenseCustomer[], required
    - `partyId` string, required
    - `displayName` string, required
    - `legalName` string, required
    - `partnerPartyId` string
    - `representedTenantId` string
    - `status` string, required
    - `contactEmail` string, email
    - `websiteUrl` string
    - `profileId` string
    - `profileVersion` string
    - `createdAt` string, required
    - `updatedAt` string, required
    - `tenantId` string

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/versions/f45b2d91505a/schema)
