---
title: "Get Crm Connections"
method: GET
path: "/integrations/crm"
tags: ["CRM", "Integrations"]
---

# Get Crm Connections

`GET /integrations/crm`

Get CRM connections for the current organization.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CRMConnectionResult — Response with CRM connection details.
  - `attio` boolean — Whether Attio integration is enabled
  - `attio_last_synced` string, date-time, nullable — Last synced date
  - `hubspot` boolean — Whether Hubspot integration is enabled
  - `hubspot_last_synced` string, date-time, nullable — Last synced date

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
