---
title: "List Organizations"
method: GET
path: "/v1/organizations"
tags: ["Organizations"]
---

# List Organizations

`GET /v1/organizations`

This endpoint returns the list of the Organizations that belongs to the user.

## Response `200`

- OrganizationModel[]
  - `organizationId` string, uuid, required — Identifier of the Organization.
  - `name` string, required — Name of the Organization.

## Other responses

- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/6b4d53bc1455/schema)
