---
title: "Get CRM Integration Status"
method: GET
path: "/api/v3/crm/{integration_id}/status"
tags: ["CRM"]
---

# Get CRM Integration Status

`GET /api/v3/crm/{integration_id}/status`

Check the status of a specific CRM integration.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Response `200`

Successful Response

- CRMIntegrationStatus — Response model for CRM integration status. Field names match the generic `Integration` model storage layer so the shape is uniform across CRM providers. For HubSpot, `external_team_id` holds `hub_id` and `external_team_name` holds `hub_domain`; for Salesforce they hold the org id and instance URL respectively.
  - `integration_id` string, uuid, required — The integration ID
  - `provider` string, required — The CRM provider (e.g., 'hubspot')
  - `connected` boolean, required
  - `external_team_id` string, nullable
  - `external_team_name` string, nullable
  - `status` string, nullable
  - `scopes` string[], nullable

## Other responses

- `422` — Validation Error

---

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