---
title: "Get partners"
method: GET
path: "/api/v1/partner"
tags: ["Partners"]
---

# Get partners

`GET /api/v1/partner`

## Query parameters

- `Offset` integer
- `Limit` integer
- `OrganizationId` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `SearchId` string

## Response `200`

OK

- PartnersList
  - `data` PartnerDetailsDto[], nullable
    - `id` integer, required
    - `name` string, required
    - `link` string, nullable, required
    - `domain` string, nullable, required
    - `country` string, nullable, required
    - `city` string, nullable, required
    - `vatNumber` string, nullable, required
    - `backgroundImageUrl` string, nullable, required
    - `address` string, nullable, required
    - `logo` string, nullable, required
    - `phone` string, nullable, required
    - `email` string, nullable, required
    - `paymentEnabled` boolean, nullable, required
    - `allowRegistration` boolean, nullable, required
    - `requiredUserApproval` boolean, nullable, required
    - `organizations` CommonDropdownDto[], nullable, required
      - `id` integer
      - `name` string, nullable
    - `whiteListDomains` WhiteListDomainDto[], nullable, required
      - `id` integer, required
      - `name` string, nullable, required
    - `partnerColorSettings` PartnerColorSettingsDto
      - `bg` string, nullable, required
      - `bgCollapsedSubItem` string, nullable, required
      - `itemText` string, nullable, required
      - `itemBg` string, nullable, required
      - `itemBgHover` string, nullable, required
      - `itemTextActive` string, nullable, required
      - `itemBgActive` string, nullable, required
      - `itemBgActiveHover` string, nullable, required
    - `partnerImageSettings` PartnerImageSettingsDto
      - `expanded` string, nullable, required
      - `collapsed` string, nullable, required
  - `totalCount` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
