cURL
curl --request GET \ --url https://api-ezyconnect.ezytail.com/shippings/tracking/{context}/{carrier}/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "wording1": "<string>", "wording2": "<string>", "relayWording": "<string>", "relayNumber": "<string>", "steps": [ { "wording": "<string>", "date": "<string>", "hour": "<string>", "location": "<string>", "relayId": "<string>", "relayCountry": "<string>" } ] }
Returns the shipping status and history of the package by id and carrier
JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'
OK
Show child attributes