---
title: "Get single contact"
method: GET
path: "/contacts/{contactId}"
tags: ["Contacts"]
---

# Get single contact

`GET /contacts/{contactId}`

Each contact has it's own identifier, so on, you can use it to fetch only single specific contact that you need.

## Path parameters

- `contactId` string, uuid, required — ID of the contact

## Response `200`

Single contact

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.net/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
