Complete Order Cart

Order all numbers in your cart

GET or POST Request

https://v1.api19.com/dids/cart/complete

This will close out your cart and return success/fails.

The call flow and fax flow options are not required, if you omit it, the system will use your default call flow.

curl -X POST https://v1.api19.com/dids/cart/complete \
 -d 'call_flow_id=call_flow_id'
 -d 'key=api_key'

Last updated