---
title: "Get My Organization"
method: GET
path: "/v1/external/organizations/me"
tags: ["Organization"]
---

# Get My Organization

`GET /v1/external/organizations/me`

Retrieve the organization bound to the caller's API key. Requires an
organization API key — keys issued by an organization admin from the
organization console. Personal, workspace, and legacy team keys return `401`.

Organization API keys carry fixed scopes (for example `note_document:write`)
and can reach the notes in every workspace that belongs to the organization.
Use this endpoint to verify which organization your key is bound to.

## Response `200`

The organization bound to the API key

- OrganizationMeResponse
  - `guid` string, required — Unique organization identifier
  - `name` string, required — Human-readable organization name

## Other responses

- `401` — Unauthorized — missing key, invalid key, or not an organization key

---

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