---
title: "Returns the organization with the given id."
method: GET
path: "/organizations/{organizationId}"
tags: ["Organization"]
---

# Returns the organization with the given id.

`GET /organizations/{organizationId}`

## Path parameters

- `organizationId` string, required

## Response `200`

OK

- GetOrganizationEndpointOutput
  - `id` string, required — The id of the organization.
  - `name` string, required — The human-readable name of the organization.
  - `slug` string, required — The URL-safe unique identifier of the organization.
  - `billingCustomerId` string, uuid, required — The customer that owns billing for the organization.
  - `primaryDomain` string, nullable, required — The primary email domain associated with the organization, if any.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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