---
title: "Organization - Retrieve"
method: GET
path: "/organization/{id}"
tags: ["Organization"]
---

# Organization - Retrieve

`GET /organization/{id}`

Retrieve an existing organization

## Path parameters

- `id` string, required

## Response `200`

Organization Created

- OrganizationResponse
  - `organization_id` string, required — The unique identifier for the Organization
  - `organization_name` string, nullable — Name of the Organization
  - `organization_details` object, nullable — Details about the organization
  - `metadata` object, nullable — Metadata is useful for storing additional, unstructured information on an object.
  - `modified_at` string, date-time, required
  - `created_at` string, date-time, required
  - `organization_type` 'standard' | 'platform'

## Other responses

- `400` — Invalid data

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
