Application
Get Details of All Applications
This API is used to get details of all the application that have been created under your Plivo account.
API Endpoint
GET
Arguments
Name | Type | Description |
---|---|---|
subaccount | string | ID of the subaccount, in case only subaccount applications are needed. |
limit | integer | Used to display the number of results per page. The maximum number of results that can be fetched is 20. |
offset | integer | Denotes the number of value items by which the results should be offset. |
app_name | string | Returns applications that start with the provided value. |
Returns
Returns a list of Application
objects.