---
title: "Get a list of orgs"
method: GET
path: "/api/v1/orgs"
tags: ["Orgs"]
---

# Get a list of orgs

`GET /api/v1/orgs`

Required scope - read_org

## Response `200`

A list of orgs

- object
  - `orgs` Org[]
    - `id` number, required
    - `name` string, required
    - `slug` string, required
    - `allowPublicRegistration` boolean, required
    - `onlyUseForBrandingOverride` boolean, required
    - `companyLogoUrl` string, required
    - `companyEmailLogoUrl` string, required
    - `fontFamily` string, required
    - `fontUrl` string, required
    - `layoutColor` string, required
    - `labelColor` string, required
    - `primaryButtonColor` string, required
    - `primaryButtonLabelColor` string, required
    - `primaryButtonBorderColor` string, required
    - `secondaryButtonColor` string, required
    - `secondaryButtonLabelColor` string, required
    - `secondaryButtonBorderColor` string, required
    - `criticalIndicatorColor` string, required
    - `emailSenderName` string, required
    - `termsLink` string, required
    - `privacyPolicyLink` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

## Changes

- **2025-06-11** `72b5b4add6a6` — 1 info
  - added the required property `orgs/items/onlyUseForBrandingOverride` to the response with the `200` status
- **2025-05-08** `9d5b2f666eda` — 1 info
  - added the required property `orgs/items/allowPublicRegistration` to the response with the `200` status
- **2025-04-17** `f1a1084e2544` — 1 info
  - added the required property `orgs/items/companyEmailLogoUrl` to the response with the `200` status
- **2025-01-15** `79954a97bb9b` — 1 info
  - added the required property `orgs/items/slug` to the response with the `200` status
- **2025-01-03** `e2be4bbc7720` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/orgs/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
