English
cURL
curl --request GET \ --url https://main.treble.ai/poll/api/all \ --header 'Authorization: <authorization>'
[ { "id": 123, "name": "<string>" } ]
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/dashboard/settings/developers
List of conversations obtained correctly
Unique ID of the conversation
Name of the conversation
Was this page helpful?