---
title: "Get BitGo Products Configuration"
method: GET
path: "/api/identity-service/v1/products-configs"
tags: ["BitGo Products"]
---

# Get BitGo Products Configuration

`GET /api/identity-service/v1/products-configs`

## Query parameters

- `bitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Mena Fze' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1' | 'BitGo Inc', required
- `accountType` 'individual' | 'entity', required
- `country` unknown, required
- `subdivision` string
- `source` 'ftx' | 'ftx-retail' | 'ftx-bahamas' | 'ftx-bahamas-retail'
- `organizationId` string
- `fallbackOrganizationId` string

## Response `200`

200

- union
  - object
    - `bitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Mena Fze' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1' | 'BitGo Inc', required — BitGo organization types
    - `accountType` 'individual' | 'entity', required
    - `country` unknown, required
    - `subdivision` string — State, province, or region (formatted as subdivision section of ISO 3166-2, excludes country code)
    - `organizationId` string, nullable — The ID of the organization
    - `bitgoProducts` WPBitGoProduct[], required
    - `id` string, uuid, required
  - object
    - `bitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Mena Fze' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1' | 'BitGo Inc', required — BitGo organization types
    - `accountType` 'individual' | 'entity', required
    - `country` unknown, required
    - `subdivision` string — State, province, or region (formatted as subdivision section of ISO 3166-2, excludes country code)
    - `source` 'ftx' | 'ftx-retail' | 'ftx-bahamas' | 'ftx-bahamas-retail', required
    - `organizationId` string, nullable — The ID of the organization
    - `bitgoProducts` WPBitGoProduct[], required
    - `id` string, uuid, required

## Other responses

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

---

[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)
