---
title: "Buscar lead por ID"
method: GET
path: "/api/v1/leads/{id}"
tags: ["Leads"]
---

# Buscar lead por ID

`GET /api/v1/leads/{id}`

## Path parameters

- `id` string, required

## Response `200`

- LeadDto
  - `id` string — Id do lead
  - `createdAt` string, date-time — Data de criação do lead
  - `name` string — Nome do lead
  - `image` string — Url da Imagem do lead
  - `phone` string — Telefone do lead
  - `rawPhone` string — Telefone do lead (apenas números)
  - `email` string — Email do lead
  - `source` string — Origem do lead
  - `company` string — Empresa do lead
  - `taxId` string — Documento de identificação
  - `site` string — Site do lead
  - `instagram` string — Instagram do lead
  - `address` LeadAddressDto
    - `zip` string — Código postal do lead
    - `address` string — Endereço do lead
    - `block` string — Bairro do lead
    - `city` string — Cidade do lead
    - `state` string — Estado do lead
    - `country` string — País do lead
    - `number` string — Número da residência do lead
  - `tags` TagDto
    - `id` string — ID da tag
    - `name` string — Nome da tag
    - `color` string — Cor da tag em hexadecimal
    - `description` string — Descrição atribuída a tag
    - `createdAt` string, date-time — Data de cricão da tag
  - `lists` string[] — Array de listas atreladas ao lead
  - `contacts` LeadContactDto
  - `metrics` LeadMetricsDto
    - `purchaseCount` number — Quantidade de compras realizadas pelo lead
    - `lastPurchaseDate` string, date-time — Data da ultima compra realizada
    - `averageTicket` number — Ticket médio
    - `totalSpent` number — Total gasto
    - `openBusinessesCount` number — Quantiade de negócios em aberto
    - `lostBusinessesCount` number — Quantidade de negócios perdidos
    - `lostBusinessesTotalValue` number — Valor total dos negócios perdidos
    - `purchaseFrequency` number — Frequência de compra
  - `attendant` AttendantDto
    - `userId` string — ID do usuário
    - `id` string — ID do usuário como atendente (ID do atendente)
    - `name` string — Nome do atendente
    - `email` string — Email do atendente
    - `phone` string — Telefone do atendente
    - `imageURL` string — Url da imagem do atendente
  - `sourceReferral` SourceReferralDto
    - `sourceId` string — ID referente fonte
    - `sourceUrl` string — Url referente fonte
    - `ctwaId` string — CTWA referente (Click to WhatsApp ID)

---

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