Skip to main content
GET
/
api
/
v1
/
attendants
/
multi
Buscar atendentes (multiatendimento)
curl --request GET \
  --url https://api.g1.datacrazy.io/api/v1/attendants/multi \
  --header 'Authorization: Bearer <token>'
{
  "count": 100,
  "data": [
    {
      "userId": "t9kn9mqPakdGG535GQK3hod8wzM2",
      "id": "6807e48c25ece34f9f1ba7dd",
      "name": "Joao Silva",
      "email": "[email protected]",
      "phone": "5547991331190",
      "imageURL": "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
count
number
required
Example:

100

data
object[]