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

# GET /v1/organizations

`GET /v1/organizations`

Get Organizations accessible by the api_key

## Response `200`

Successful operation

- object
  - `organizations` Organization[]
    - `name` string, required
    - `role` 'org_admin' | 'billing_manager' | 'project_creator' | 'org_member', required
    - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

## Changes

- **2026-06-03** `b1ae6c985643` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/organizations/get.md)

---

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