GET
/
parcel
/
logistics
/
transit-parcel
curl --request GET \
  --url https://api.mervii.com/beta/parcel/logistics/transit-parcel \
  --header 'Authorization: Bearer <token>'
"{\n    \"status\": true,\n    \"message\": \"\",\n    \"data\": []\n}"

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
Cache-Control
string
Postman-Token
string
Content-Type
string
Content-Length
string
Host
string
User-Agent
string
Accept
string
Accept-Encoding
string
Connection
string
accept
string

Response

200 - text/plain
OK

The response is of type string.

Was this page helpful?