---
title: "Get linked customer by customer id"
method: GET
path: "/v3/{id}/link"
tags: ["Customer hierarchy"]
---

# Get linked customer by customer id

`GET /v3/{id}/link`

This operation will return linked customer data related to give customer id

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful retrieval of linked customer details

- GetLinkedCustomerResponse[]
  - `customerId` string — Unique transaction id
  - `type` 'CUSTOMER_LINK' — Link type
  - `id` string — Unique identifier for the link

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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