cURL
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>" } ] }
Returns a label 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