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

# List all organizations

`GET /v1/organizations`

Returns a list of organizations that you currently belong to.

## Response `200`

- OrganizationResponseV1[]
  - `id` string, required — Deprecated: Use `slug` instead.
  - `slug` string, required — Organization slug
  - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Unexpected error listing organizations

---

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