Top pulled packages
GET
/api/v1/audit/packages
const url = 'https://api.pkgplease.com/api/v1/audit/packages';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.pkgplease.com/api/v1/audit/packages \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Array of top-pulled-package rows
Media typeapplication/json
Array<object>
object
Examplegenerated
[ {}]