GET
/
poll
/
api
/
all
Get all conversations (flows) of your company
curl --request GET \
  --url https://main.treble.ai/poll/api/all \
  --header 'Authorization: <authorization>'
[
  {
    "id": 1,
    "name": "First conversation"
  },
  {
    "id": 2,
    "name": "CRM Integration"
  }
]

Headers

Authorization
string
required

Authorization API Key. Can be obtained at https://app.treble.ai/en/admin/settings

Response

200
application/json

List of conversations successfully obtained

The response is of type object[].