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

# List partners

`GET /partners`

## Response `200`

Partner list.

- ListPartnersResult
  - `items` LicensePartner[], required
    - `partyId` string, required
    - `displayName` string, required
    - `legalName` string, required
    - `parentPartnerPartyId` string
    - `partnerType` 'managed-by-parent' | 'login-enabled', required
    - `loginEnabled` boolean, required
    - `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)
