---
title: "Get Organization Details"
method: GET
path: "/organization/{organization_uid}"
---

# Get Organization Details

`GET /organization/{organization_uid}`

## Path parameters

- `organization_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `organization_uid` string
    - `organization_name` string
    - `organization_logo` unknown
    - `organization_description` unknown
    - `organization_email` unknown
    - `no_of_customers` integer
    - `organization_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
    - `organization_billing_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
    - `custom_fields` object[]
      - `label` string
      - `value` string
      - `type` string
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `_id` string
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` unknown
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `is_portal_enabled` boolean
    - `is_active` boolean
    - `is_deleted` boolean
    - `teams` unknown[]
      - unknown
    - `attachments` unknown[]
      - unknown
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400
- `500` — 500

---

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