---
title: "Obter por ID"
method: GET
path: "/v1/contact/{id}"
tags: ["Contatos"]
---

# Obter por ID

`GET /v1/contact/{id}`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `IncludeDetails` string[]

## Response `200`

Success

- PublicContactDTO
  - `id` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `companyId` string, uuid
  - `name` string, nullable
  - `nameWhatsapp` string, nullable
  - `nameInstagram` string, nullable
  - `nameMessenger` string, nullable
  - `phoneNumber` string, nullable
  - `phoneNumberFormatted` string, nullable
  - `email` string, nullable
  - `instagram` string, nullable
  - `messengerId` string, nullable
  - `annotation` string, nullable
  - `tagIds` string[], nullable
  - `tagNames` string[], nullable
  - `status` 'ACTIVE' | 'ARCHIVED' | 'BLOCKED'
  - `origin` 'CREATED_BY_USER' | 'CREATED_FROM_HUB' | 'IMPORTED'
  - `importedAt` string, date-time, nullable
  - `utm` PublicUtmDTO
    - `sourceId` string, nullable
    - `source` string, nullable
    - `clid` string, nullable
    - `medium` string, nullable
    - `campaign` string, nullable
    - `content` string, nullable
    - `headline` string, nullable
    - `term` string, nullable
    - `referralUrl` string, nullable
  - `customFields` object, nullable
  - `portfolioIds` string[], nullable
  - `portfolioNames` string[], nullable
  - `metadata` object, nullable

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/helena/apis/core.md) · [All operations](https://skmtc.net/helena/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helena/core/versions/811b2cdd2ec2/schema)
