Call Flows
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
50Responses
200
The call flows
application/json
idinteger · int64Optional
namestringOptional
get/call-flows
200
The call flows
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
Responses
201
The newly created call flow
application/json
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
post/call-flows
201
The newly created call flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Responses
200
The requested call flow
application/json
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
get/call-flows/{id}
200
The requested call flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
Responses
200
The updated call flow
application/json
idinteger · int64Optional
namestringRequired
languagestring · enumRequiredPossible values:
put/call-flows/{id}
200
The updated call flow
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Responses
204
Empty body delete response
delete/call-flows/{id}
204
Empty body delete response
No content
Last updated
Was this helpful?