Obter Agentes / Atendentes
Visão Geral
Endpoint
GET /attendantRequisição na API
curl -X GET https://go.api.iappbr.com/api/v1/attendant \
-H 'Authorization: Bearer SEU_TOKEN_AQUI' \
-H 'Content-Type: application/json'Resposta
{
"status": "success",
"data": {
"attendants": [
{
"id": "string",
"name": "string",
"email": "string",
"created_at": "2023-06-28T12:00:00Z",
"departments": [
{
"id": "string",
"name": "string",
"is_supervisor": true
}
]
}
]
}
}Atualizado