---
title: "Retrieve an organization"
method: GET
path: "/v3/organizations/{id}"
tags: ["Organizations"]
---

# Retrieve an organization

`GET /v3/organizations/{id}`

Retrieves the details of an existing organization.

## Path parameters

- `id` string, required

## Query parameters

- `include` IncludeOrganizationProperties[]

## Response `200`

OK

- OrganizationDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `organizationAlias` string, nullable
  - `name` string, required
  - `email` string, required
  - `description` string, required
  - `allowedUsers` integer, required
  - `address` AddressDto, required
    - `addressLine1` string, nullable
    - `addressLine2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `country` string, nullable
    - `postalCode` string, nullable
  - `resellerId` string, nullable
  - `reseller` ResellerDto
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `email` string, required
    - `description` string, required
    - `allowedUsers` integer, required
    - `allowedOrganizations` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

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