---
title: "Gets information about the organization"
method: GET
path: "/v1/organizations/{slug}"
tags: ["Organizations"]
---

# Gets information about the organization

`GET /v1/organizations/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

- V1OrganizationSlugResponse
  - `id` string, required
  - `name` string, required
  - `plan` 'free' | 'pro' | 'team' | 'enterprise' | 'platform'
  - `opt_in_tags` string[], required
  - `allowed_release_channels` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded

---

[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)
