List invoice files

Returns a list of all invoice 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/invoices
Request samples
curl -i -X GET \
'https://api.goshippo.com/v2/reports/invoices?page=MTA=' \
-H 'Authorization: ShippoToken <API_TOKEN>'
Response samples
application/json
{
  • "page_info": {
    },
  • "resources": [
    ]
}