GET
/
poll
/
api
/
all
curl --request GET \
  --url https://main.treble.ai/poll/api/all \
  --header 'Authorization: <authorization>'
[
  {
    "id": 1,
    "name": "Primera conversación"
  },
  {
    "id": 2,
    "name": "Integración CRM"
  }
]

Headers

Authorization
string
required

API Key de autorización. Se puede obtener en https://app.treble.ai/en/admin/settings

Response

200
application/json
Lista de conversaciones obtenida correctamente

The response is of type object[].