List surcharge files

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.

SecurityShippo_Token
Request
query Parameters
page
string (Page)

Link to the next page

limit
integer (Limit) >= 1
Default: 10

The upper limit to the number of resources returned

Responses
200

Successful Response

422

Unprocessable Entity

get/v2/reports/surcharges
Request samples
curl -i -X GET \
'https://api.goshippo.com/v2/reports/surcharges?page=RSVMTQTVFX&limit=10' \
-H 'Authorization: ShippoToken <API_TOKEN>'
Response samples
application/json
{
  • "page_info": {
    },
  • "resources": [ ]
}