---
title: "Fetch public organization"
method: GET
path: "/organizations/{domain}/public"
tags: ["Organizations"]
---

# Fetch public organization

`GET /organizations/{domain}/public`

## Path parameters

- `domain` string, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the organization
  - `resource_type` 'Organization', required — The resource type of the organization
  - `name` string, required — The name of the organization
  - `domain` string, required — The domain of the organization.
  - `places_count` integer, required — Count of all the places within the organization.
  - `logo` string, uri, nullable, required — The URL to the logo of the organization.
  - `sso_flow_enabled` boolean, required — Whether the organization has SSO flow enabled. Mutually exclusive with password flow.
  - `web_authentication_api_enabled` boolean, required — Whether web authentication api is enabled. Only for organizations using SSO and IdP authentication is done using WebAuthn.
  - `image` string, nullable, required
  - `color` string, nullable, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
