---
title: "Get Organization"
method: GET
path: "/api/v2/organization/{id}"
tags: ["Organization Management"]
---

# Get Organization

`GET /api/v2/organization/{id}`

Retrieve an organization by its ID. The caller must be a member of the organization.

## Path parameters

- `id` string, required

## Response `200`

OK

- OrganizationGetResponse
  - `organization` Organization, required
    - `id` string, required — The organization ID
    - `name` string — The name of the organization
    - `pricingPlan` union — The pricing plan for the organization
      - string
      - ''
    - `enterpriseNameSuffix` union — The suffix for the enterprise name
      - string
      - ''
    - `salesforceAccountId` string — The Salesforce account ID
    - `enterprises` string[]
    - `defaultEnterpriseValues` OrganizationDefaultEnterpriseValue
      - `bitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1' | 'BitGo Inc'
      - `licenses` string[]
      - `labels` string[]
      - `usersViewAllWallets` boolean, nullable
      - `videoIdWaived` boolean, nullable
      - `pricingPlan` union
        - string
        - ''
      - `upfrontPaymentStatus` union
        - 'received' | 'waived' | 'pending' | 'overdue' | 'delinquent'
        - ''
      - `accountType` 'individual' | 'entity'
      - `pricingType` union
        - 'starter' | 'growth' | 'employee' | 'FTX Retail' | 'FTX Institutional'
        - ''
      - `businessModel` 'bitgoAsAService' | 'cryptoAsAServiceParent' | 'cryptoAsAServiceChild'
      - `complianceModel` 'EURegulated' | 'EUNonRegulated'
      - `featureFlags` string[]
      - `distributedCustody` DistributedCustody
        - `signingBitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1' | 'BitGo Inc'
    - `approvedVideoIdUsers` string[]
    - `defaultOrgEnterpriseTemplateId` string
    - `orgFeatureFlags` string[]
    - `reserveGoAccountId` string, nullable — The ID of the organization's reserve holdings Go account
    - `licenses` string[]
    - `businessModel` 'cryptoAsAService'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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