List
List all shipments of transponders
GET
/
v2
/
transponders
/
shipments
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Fleet-ID
integer
Query Parameters
fleet
integer
Filters shipments by fleet ID.
status
string
Filters shipments by status. Options are PENDING, SHIPPED, RECEIVED, CANCELLED.
courier
string
Filters shipments by courier. Options are DHL, FedEx, UPS, USPS, OTHER.
direction
string
Filters shipments by direction. Options are IN, OUT.
search
string
Search for shipments by transponder number, remarks, tracking code, or courier.
ordering
string
Order the results by specified fields. Prefix with -
for descending order.
limit
integer
Limits the number of results returned.
offset
integer
Specifies the starting point within the collection of results.
Response
200 - application/json
count
integer
next
string
previous
string
results
object[]