Call Flows
These requests allow you to manage your call flows.
List Call Flows
Lists all call flows on your Telzio account.
Request
GET https://api.telzio.com/flows
Query Parameters
Parameter | Type | Default |
---|---|---|
PageSize | int32 | 50 |
Response
{
[
{
"FlowID": integer,
"Name": string,
"Extension": integer,
"Numbers":
[
{
"NumberID": integer,
"E164": string,
},
],
}
]
}