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