---
title: "GET /v1/organizations/{organizationUID}"
method: GET
path: "/v1/organizations/{organizationUID}"
tags: ["organization"]
---

# GET /v1/organizations/{organizationUID}

`GET /v1/organizations/{organizationUID}`

Get Organization Information

## Path parameters

- `organizationUID` string, required

## Response `200`

Successful operation

- object
  - `contact_uid` string
  - `email` string
  - `name` string
  - `owner` string
  - `plan` object
    - `current_balance` integer
    - `end_date` string, date-time
    - `event_capacity` integer
    - `start_date` string, date-time
    - `type` 'Enterprise' | 'Essentials'
  - `suspended` boolean
  - `uid` string

## Other responses

- `default` — The response body in case of an API error.

---

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