v1

latestOpenAPI 3.0.02026-07-26626596.3 KB
Atendentes (CRM)

Buscar atendente por ID (CRM)

get/api/v1/attendants/crm/{id}

Path parameters

idstring required

Response

userIdstring

ID para operações externas

idstring

ID do atendente

namestring

Nome do atendente

emailstring

Email do atendente

phonestring

Telefone do atendente

imagestring

Url da imagem do atendente

Example response

{
  "userId": "t9kn9mqPakdGG535GQK3hod8wzM2",
  "id": "6807e48c25ece34f9f1ba7dd",
  "name": "Guilherme Betiati",
  "email": "guilhermebetiati@hotmail.com",
  "phone": "547991331190",
  "image": "https://dc-qqqq1111pb.s3.amazonaws.com/profiles/koQGLa8p68fNZiiSmE1tec2LHtc2_2025-05-24T00%3A27%3A23.486Z"
}