POST
/
parcel
/
intral
/
track-parcel
curl --request POST \
  --url https://api.mervii.com/beta/parcel/intral/track-parcel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tracking_number": "202410082201832"
}'
"{\n    \"status\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"pickup_origin\": {\n            \"city\": \"Ikeja\",\n            \"region\": {\n                \"latitude\": 6.594019599999999,\n                \"longitude\": 3.336365099999999\n            },\n            \"contacts\": {\n                \"name\": \"Olakunle Olayemi\",\n                \"email\": \"abdul@gmail.com\",\n                \"phone_number\": \"09020500177\",\n                \"phone_number_2\": \"09020500177\"\n            },\n            \"state_code\": \"LA\",\n            \"country_code\": \"NG\"\n        },\n        \"destinations\": [\n            {\n                \"lat\": 6.6395189,\n                \"lng\": 3.3710171,\n                \"city\": \"Ojodu Berger\",\n                \"ward\": \"Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II\",\n                \"local\": \"Kosofe\",\n                \"price\": {\n                    \"amount\": 1427,\n                    \"distance\": \"7.1 km\",\n                    \"duration\": \"17 mins\",\n                    \"discount_type\": \"percentage\",\n                    \"amount_payable\": 1427,\n                    \"discount_amount\": 0,\n                    \"discount_description\": \"0% discount\"\n                },\n                \"state\": \"Lagos\",\n                \"region\": {\n                    \"latitude\": 6.6395189,\n                    \"longitude\": 3.3710171\n                },\n                \"country\": \"Nigeria\",\n                \"contacts\": {\n                    \"name\": \"Olakunle Olayemi\",\n                    \"email\": \"abdul@gmail.com\",\n                    \"phone_number\": \"09020500177\",\n                    \"phone_number_2\": \"09020500177\"\n                },\n                \"state_code\": \"LA\",\n                \"postal_code\": \"105102\",\n                \"country_code\": \"NG\",\n                \"neighborhood\": \"Olowora\",\n                \"formattedAddress\": \"Olowora, Ojodu Berger 105102, Lagos, Nigeria\"\n            }\n        ],\n        \"tracking_number\": \"202410082201832\",\n        \"status\": \"Pending\",\n        \"total_amount\": \"1427.00\",\n        \"total_discount_amount\": \"0.00\",\n        \"total_amount_payable\": \"1427.00\",\n        \"discount_type\": \"percentage\",\n        \"discount_description\": \"See the destination parcel details\",\n        \"ref\": null,\n        \"created_at\": \"2024-10-08T20:31:51.000000Z\",\n        \"updated_at\": \"2024-10-08T20:31:51.000000Z\"\n    }\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

Body

application/json · object

The body is of type object.

Response

200 - text/plain
OK

The response is of type string.

Was this page helpful?