Get Details of All Applications
GET https://api.plivo.com/v1/Account/{{auth_id}}/Application/
This API is used to get details of all the application that have been created under your Plivo account.
Below is the list of arguments that can be passed in this API request, more information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
subaccount | ID of the subaccount, in case only subaccount applications are needed. | Optional |
limit | Used to display the number of results per page. The maximum number of results that can be fetched is 20. | Optional |
offset | Denotes the number of value items by which the results should be offset. | Optional |
Request Body
{"subaccount"=>"SAZWM0YJBHZMY1ZTK4OG", "limit"=>"20", "offset"=>"0"}