---
title: "GET /api/organizations"
method: GET
path: "/api/organizations"
tags: ["Organizations"]
---

# GET /api/organizations

`GET /api/organizations`

## Response `200`

Success

- OrganizationDto[]
  - `id` string, guid
  - `crmId` integer
  - `name` string
  - `type` string
  - `memberNumber` string
  - `subscriptionStatus` string
  - `isActive` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
