---
title: "Get an organization"
method: GET
path: "/v1/orgs/{orgId}"
tags: ["Organizations"]
---

# Get an organization

`GET /v1/orgs/{orgId}`

## Path parameters

- `orgId` string, required

## Response `200`

The organization

- Organization
  - `billingEmail` string, required
  - `createdAt` string
  - `id` string, required
  - `isProvider` boolean
  - `name` string, required
  - `plan` string, required
  - `shortId` string, required
  - `slug` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `404` — Resource not found

---

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