---
title: "List the integration links associated with a contact"
method: GET
path: "/contacts/{contactId}/integrationlinks"
tags: ["Contacts"]
---

# List the integration links associated with a contact

`GET /contacts/{contactId}/integrationlinks`

This operation retrieves the integration links associated with a contact

## Path parameters

- `contactId` string, required

## Response `200`

Expected response to a valid request

- object
  - `integrationLinks` ContactIntegrationLink[], required — Links between a contact and an integrated external system.
    - `contactId` string, required — Spruce's contact ID
    - `externalId` string, required — The id of a contact in an external system.
    - `type` 'elation' | 'hint' | 'athena' | 'custom', required
    - `url` string — The url of a contact in an integrated external system.

## Other responses

- `400` — bad request
- `404` — not found
- `500` — unexpected error

---

[API](https://skmtc.net/sprucehealth/apis/spruce-health-api.md) · [All operations](https://skmtc.net/sprucehealth/apis/spruce-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprucehealth/spruce-health-api/revisions/988e298cd9fd/schema)
