---
title: "Get current organization"
method: GET
path: "/org"
tags: ["Organization"]
---

# Get current organization

`GET /org`

Retrieve the organization associated with the current API key.

## Response `200`

Default Response

- OrganizationDto
  - `name` string, required — The name of the organization.
  - `created_at` string, date-time, nullable, required — When the organization was created.
  - `updated_at` string, date-time, nullable, required — When the organization was last updated.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/revisions/57b06b52302d/schema)
