Skip to main content

Tracking Info API:

Description: Fetches shipment tracking and scan history.

Basic Information

NAMEDETAILS
Usage:Mandatory
URL:https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_tracking_info
Request Type:POST
Scheme:HTTPS
Header (content-type):application/json
Header (rapidshyp-token):API-Key

Curl

curl --location 'https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_tracking_info' 
--header 'rapidshyp-token: <API_KEY>'
--header 'Content-Type: application/json'
--data '{
"awb": "9999000004170"
}'

Request Parameters:


ParameterRequiredRemarkValidation
awbConditionalAWB numberawb or shipmentID
shipmentIDConditionalShipment IDawb or shipmentID

Response:

JSON

{
"success": true,
"msg": "Fetched successfully."
}