---
title: "GET /orgs/fetch-crm-resources"
method: GET
path: "/orgs/fetch-crm-resources"
tags: ["orgs"]
---

# GET /orgs/fetch-crm-resources

`GET /orgs/fetch-crm-resources`

Gets the current organization's CRM requested resources.

## Query parameters

- `resourceType` 'account_info' | 'contact_lists' | 'contact_properties', required

## Headers

- `X-Phantombuster-Org` string

## Response `200`

Organization's CRM requested resources.

- union
  - object
    - `resourceType` 'account_info', required
    - `data` object, required
      - `crmName` string, required
      - `id` string, required
      - `email` string, required
      - `name` string, required
      - `isConnected` boolean, required
      - `contactUpdateOnly` boolean
  - object
    - `resourceType` 'disconnected_account', required
    - `data` object, required
      - `crmName` string, required
      - `id` string, required
      - `isConnected` boolean, required
  - object
    - `resourceType` 'contact_lists', required
    - `data` object, required
      - `lists` object[], required
        - `id` string, required
        - `label` string, required
        - `size` string, nullable, required — The size of the list. Null if size is not available.
  - object
    - `resourceType` 'contact_properties', required
    - `data` object, required
      - `properties` object[], required
        - `id` string, required
        - `label` string, required
        - `isDefaultProperty` boolean, required
        - `isReadOnly` boolean, required
        - `type` 'string' | 'number' | 'date' | 'boolean' | 'enum' | 'phonenumber' | 'unknown', required
        - `isHidden` boolean, required

## Other responses

- `400` — Workspace not found.
- `412` — Organization's CRM integration not found.

---

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