List Media

GET https://api.plivo.com/v1/Account/{{auth_id}}/Media/?limit=20&offset=0

This API can be used to fetch a list of medias associated with a given auth. More information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
limitUsed to display the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20.Optional
offsetDenotes the number of value items by which the results should be offset. Defaults to 0.Optional

Request Params

KeyDatatypeRequiredDescription
limitnumberUsed to display the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20.
offsetnumberDenotes the number of value items by which the results should be offset. Defaults to 0.