---
title: "Look up an organization by domain or name"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# Look up an organization by domain or name

`GET /organizations`

Provide domain, name, or both. When both are provided, the domain and name must belong to the same organization. If multiple organizations match, the most active one is returned.

## Query parameters

- `domain` string
- `name` string

## Response `200`

Organization found.

- Organization
  - `id` string, uuid, required
  - `name` string, required — Display name of the organization.
  - `domain` string, required — Verified primary domain.
  - `logo` string — URL of the organization logo. Only present if available.

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authentication valid but insufficient scopes.
- `404` — No organization found for the given domain or name.

## Changes

> 10 revisions in range; 2 could not be searched.

- **2026-07-08** `bca76fd64a6f` — 3 info
  - added the new optional `query` request parameter `name`
  - the `query` request parameter `domain` became optional
  - added the required property `domain` to the response with the `200` status
- **2026-04-08** `4bd1bf1b8718` — 2 breaking, 1 warning
  - the `query` request parameter `domain` became required
  - removed the required property `domain` from the response with the `200` status
  - deleted the `query` request parameter `name`

[Change history](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/changes/organizations/get.md)

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api/revisions/08aceca4f417/schema)
