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.
Successful Response
Unprocessable Entity
curl -i -X GET \ 'https://api.goshippo.com/v2/reports/invoices?page=MTA=' \ -H 'Authorization: ShippoToken <API_TOKEN>'
{- "page_info": {
- "next": "MjA=",
- "prev": "MA=="
}, - "resources": [
- {
- "date": "2024-07-12T10:39:00.000000Z",
- "file_id": "part-00000-tid-1630187674879529487-4bc9e098-6c14-42ff-8eec-f9f398364a18-2-1-c000"
}
]
}