parsel

List shipments

GET/shipments

List all shipments for the current user.

Headers

AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token

Query parameters

pageintegerOptional
Page number
page_sizeintegerOptional
Page size

Example Request

curl -X GET https://api.parsel.app/shipments?page=1&page_size=10
  -H "Authorization: Bearer <bearer_token>"

Response