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

# GET /orgs/fetch-crm-access

`GET /orgs/fetch-crm-access`

Get the organization's CRM access to be able to fetch CRM resources.

## Headers

- `X-Phantombuster-Org` string

## Response `200`

Organization's CRM access.

- object
  - `crmName` 'hubspot' | 'salesforce' | 'pipedrive', required
  - `crmAccountId` string, required
  - `accessToken` string, required
  - `contactUpdateOnly` boolean

## Other responses

- `400` — Workspace not found or invalid hubspot token.
- `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)
