---
title: "Get Contact By ID"
method: GET
path: "/contacts/{contact_id}"
tags: ["contacts"]
---

# Get Contact By ID

`GET /contacts/{contact_id}`

This endpoint retrieves a specific contact along with all associated `chat_ids` (1-1 chats and common groups).

## Response `200`

200 OK

- object — The response is a contact object. Refer to [the contact object here](/api-reference/objects/the-contact-object)

---

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