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

ArgumentsDescriptionRequired/Conditional/Optional
subaccountID of the subaccount, in case only subaccount applications are needed.Optional
limitUsed to display the number of results per page. The maximum number of results that can be fetched is 20.Optional
offsetDenotes the number of value items by which the results should be offset.Optional

Request Body

{"subaccount"=>"SAZWM0YJBHZMY1ZTK4OG", "limit"=>"20", "offset"=>"0"}