---
title: "Buscar atendente por ID (CRM)"
method: GET
path: "/api/v1/attendants/crm/{id}"
tags: ["Atendentes (CRM)"]
---

# Buscar atendente por ID (CRM)

`GET /api/v1/attendants/crm/{id}`

## Path parameters

- `id` string, required

## Response `200`

- AttendantCrmDto
  - `userId` string — ID para operações externas
  - `id` string — ID do atendente
  - `name` string — Nome do atendente
  - `email` string — Email do atendente
  - `phone` string — Telefone do atendente
  - `image` string — Url da imagem do atendente

---

[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)
