---
title: "GET /api/contacts/{contactId}"
method: GET
path: "/api/contacts/{contactId}"
tags: ["ContactInfo"]
---

# GET /api/contacts/{contactId}

`GET /api/contacts/{contactId}`

## Path parameters

- `contactId` integer, required

## Query parameters

- `accountId` integer

## Response `200`

OK

- ContactInfoDto — Contact info response for `GET /api/contacts/{contactId}`. All identifying fields (`Name`, `Email`, `Phone`) are nullable.
  - `contactId` integer
  - `accountId` integer
  - `name` string, nullable
  - `email` string, nullable
  - `phone` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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