GET
/
parcel
/
logistics
/
processed-parcel
curl --request GET \
  --url https://api.mervii.com/beta/parcel/logistics/processed-parcel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '""'

Authorizations

Authorization
string
header
required

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

Body

application/json · any

The body is of type any.

Was this page helpful?