Overview
This endpoint can be used to retrieve a list of shipments. Endpoint:/api/v1/shipments
Method: GET
Response
If the shipments are successfully retrieved, the API will return a200 OK status code.
The response will contain the following content:
array
required
An array of Shipment objects.If no shipments are found, the
data field will be an empty array.array
required
URLs for the first, last, previous, and next pages.Explained in further detail in the pagination guide.
array
required
Metadata about the current page.Explained in further detail in the pagination guide.