For the complete documentation index, see llms.txt. This page is also available as Markdown.

Call Flow Numbers

List call flow numbers.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
statestring · enumOptional

Filter call flow numbers by availability state.

Default: ANYPossible values:
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of entities.

Default: 50
querystringOptional

Filter call flow numbers by name.

Responses
200

The call flow numbers

application/json
idinteger · int64Optional
namestringOptional
statestring · enumOptionalPossible values:
get/call-flow-numbers
200

The call flow numbers

Get a specific call flow number.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
200

The requested call flow number

application/json
idinteger · int64Optional
namestringOptional
statestring · enumOptionalPossible values:
get/call-flow-numbers/{id}
200

The requested call flow number

Last updated

Was this helpful?