List all Subaccounts
GET https://api.plivo.com/v1/Account/{{auth_id}}/Subaccount/?limit=5&offset=0
Returns a list of subaccounts. The subaccounts are returned sorted by creation date, with the most recently created subaccount appearing first.
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 |
---|---|---|
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 Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Used to display the number of results per page. The maximum number of results that can be fetched is 20 | |
offset | number | Denotes the number of value items by which the results should be offset. |