Request
Asynchronous request
All Plivo API requests can be made asynchronous by adding the parameters listed below. When an asynchronous call is made, Plivo will return a generic response with the api_id and the API responses will be sent to the callback URL.
Arguments
callback_url | The URL notified by the API response is available and to which the response is sent. |
callback_method | The method used to notify the callback_url. Defaults to POST. |
Response