---
title: "Get LID by ID"
method: GET
path: "/contacts/lids/{ContactID}"
tags: ["Contacts"]
---

# Get LID by ID

`GET /contacts/lids/{ContactID}`

Retrieve Linked ID (LID) for a single user

## Path parameters

- `ContactID` string, required — Contact ID

## Response `200`

User LID information

- Lid
  - `lid` string, required — WhatsApp LID

## Other responses

- `401` — Need channel authorization
- `404` — User not found
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
