---
title: "Get a specific organization"
method: GET
path: "/organizations/{orgId}"
tags: ["Installation"]
---

# Get a specific organization

`GET /organizations/{orgId}`

Get a specific organization

User must be authenticated.

## Response `200`

An organization

- Organization
  - `id` string — Organization's uuid.
  - `name` string — Organization's name. Duplicate names can exists.
  - `description` string — Organization's description. A short description of your Organization.

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-installation/versions/adff27ddef52/schema)
