---
title: "List organizations"
method: GET
path: "/v1/org"
tags: ["Organization"]
---

# List organizations

`GET /v1/org`

Return every organization the caller's API key grants access to. Use this to discover organization IDs before calling endpoints that accept an `organization_id` filter.

## Response `200`

Successful Response

- Organization[]
  - `id` string, uuid, required
  - `name` string, nullable, required

## Other responses

- `422` — Validation Error

---

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