Skip to main content
GET
/
api
/
v1
/
attendants
/
crm
Buscar atendentes (CRM)
curl --request GET \
  --url https://api.datacrazy.io/v1/api/api/v1/attendants/crm \
  --header 'Authorization: Bearer <token>'
{
  "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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
userId
string

ID para operações externas

Example:

"t9kn9mqPakdGG535GQK3hod8wzM2"

id
string

ID do atendente

Example:

"6807e48c25ece34f9f1ba7dd"

name
string

Nome do atendente

Example:

"Guilherme Betiati"

email
string

Email do atendente

Example:

"guilhermebetiati@hotmail.com"

phone
string

Telefone do atendente

Example:

"547991331190"

image
string

Url da imagem do atendente

Example:

"https://dc-qqqq1111pb.s3.amazonaws.com/profiles/koQGLa8p68fNZiiSmE1tec2LHtc2_2025-05-24T00%3A27%3A23.486Z"