Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
The label request id this label applies to.
"67329889100573"
The tracking number associated with the label.
256
"9400136105440512280610"
The carrier associated with the label.
32
"usps"
The URL containing the printable PDF of the labels.
2048
"https://s3.amazonaws.com/example-bucket/label.pdf"
{ "amount": 50000, "currency_code": "USD" }
{ "amount": 25000 }
{ "amount": 1500, "currency_code": "EUR" }
The QR Code URL containing the printable PDF of the labels.
512
"https://s3.amazonaws.com/example-bucket/qrcode.pdf"
Response
OK
The id of the Label you created.
"67329889100573"
The tracking number associated with the label.
"9400136105440512280610"
The carrier associated with the label.
"usps"
The URL containing the printable PDF of the labels.
"https://s3.amazonaws.com/example-bucket/label.pdf"
The QR Code URL containing the printable PDF of the labels.
"https://s3.amazonaws.com/example-bucket/qrcode.pdf"
{ "amount": 50000, "currency_code": "USD" }
{ "amount": 25000 }
{ "amount": 1500, "currency_code": "EUR" }
The status of the label.
"new"
The date the label was created.
"2023-04-25T13:25:00-05:00"