Returns a list of surcharge files. The returned list is arranged by date created, in descending order. Use page and limit to refine your list.
Successful Response
Unprocessable Entity
curl -i -X GET \ 'https://api.goshippo.com/v2/reports/surcharges?page=RSVMTQTVFX&limit=10' \ -H 'Authorization: ShippoToken <API_TOKEN>'
{- "page_info": {
- "next": "RSVMTQTVFX",
- "prev": "DMHFVDVQRZ"
}, - "resources": [ ]
}