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

# Get ID by LID

`GET /contacts/ids/{ContactLID}`

Retrieve ID for a single user

## Path parameters

- `ContactLID` string, required — Contact LID

## Response `200`

User ID information

- ContactIDResponse
  - `id` string — Contact ID

## 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)
