---
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.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
