username:password
Authorization: Basic *****************
curl --location -g --request GET 'https://api-m.sandbox.paypal.com/v1/shipping/trackers/{{tracking_id}}' \
--header 'Authorization: Basic Og=='
{
"transaction_id": "52909142TS941641N",
"tracking_number": "1681231012",
"status": "SHIPPED",
"shipment_date": "2023-04-11",
"carrier": "FEDEX",
"notify_buyer": true,
"shipment_direction": "FORWARD",
"shipment_uploader": "PARTNER",
"links": [
{
"href": "https://api-m.sandbox.paypal.com/v1/shipping/trackers/52909142TS941641N-1681231012",
"rel": "self",
"encType": "application/json"
},
{
"href": "https://api-m.sandbox.paypal.com/v1/shipping/trackers/52909142TS941641N-1681231012",
"rel": "replace",
"method": "PUT",
"encType": "application/json"
},
{
"href": "https://api-m.sandbox.paypal.com/v1/shipping/trackers-batch",
"rel": "create",
"method": "POST",
"encType": "application/json"
}
]
}