Skip to main content

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 a 200 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.
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.