---
title: "Get a single org by ID"
method: GET
path: "/api/v1/orgs/{id}"
tags: ["Orgs"]
---

# Get a single org by ID

`GET /api/v1/orgs/{id}`

Required scope - read_org

## Path parameters

- `id` number, required

## Response `200`

A single org object

- object
  - `org` 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

---

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