GET
/
shippings
/
tracking
/
{context}
/
{carrier}
/
{id}
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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'

Path Parameters

context
string
required
carrier
string
required
id
string
required

Query Parameters

prod
boolean
default:true

Response

200
text/plain
Success
status
string | null
wording1
string | null
wording2
string | null
relayWording
string | null
relayNumber
string | null
steps
object[] | null