Get Shipments
Fetch a list of all shipments available for a user.
get
https://api.terminal.africa
/v1/shipments
/shipments
This endpoint allows you to get a list of shipments available for a user.
Parameters
Query
perPage
string
Specify how many results will be returned in a single request. Defaults to 100.
page
string
Specify what page of records will be sent in response. Defaults to 1.
popluate
boolean
Indicate if full details should be provided for select fields including address_from, address_return, address_to, carrier, parcel.
status
string
Status of shipment. Must be one of cancelled, confirmed, delivered, draft, in-transit, pending
Header
Authorization*
string
Set value to
Bearer ACCESS_TOKEN
Responses
200
Shipments retrieved successfully.
Last modified 17d ago