GET
/
poll
/
api
/
all
curl --request GET \
  --url https://main.treble.ai/poll/api/all \
  --header 'Authorization: <authorization>'
[
  {
    "id": 1,
    "name": "Primeira conversa"
  },
  {
    "id": 2,
    "name": "Integração CRM"
  }
]

Headers

Authorization
string
required

Chave API de autorização. Pode ser obtida em https://app.treble.ai/en/admin/settings

Response

200
application/json

Lista de conversas obtida com sucesso

The response is of type object[].