English
cURL
curl --request GET \ --url https://main.treble.ai/poll/api/all \ --header 'Authorization: <authorization>'
[ { "id": 1, "name": "First conversation" }, { "id": 2, "name": "CRM Integration" } ]
This endpoint allows you to get all conversations (flows) that belong to your company.
Authorization API Key. Can be obtained at https://app.treble.ai/en/admin/settings
List of conversations successfully obtained
The response is of type object[].
object[]
Was this page helpful?