Skip to content

List the current flows for an organization
deprecated

Request

Security
ApiKeyAuth or BearerAuth
GET
/v1/flows
curl -i -X GET \
  /v1/flows \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of flows

Bodyapplication/json
dataArray of objects(ConversationFlow)
Response
{ "data": [ {} ] }