GET
/
shippings
/
labels
/
{context}
/
{carrier}
/
{id}
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/shippings/labels/{context}/{carrier}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "expeditionNumber": "<string>",
  "outputs": [
    {
      "name": "<string>",
      "value": "<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
expeditionNumber
string | null
outputs
object[] | null