Hi @fullsam,
This answer is not accurate. the label url is returned as follow:
"label_url": "/shipping/labels?shipment_ids%5B%5D=xxxxxxxxx",
There isn’t full URI available. if you add “api.veeqo.com” before the label_url, you will get “401: Unauthorized” even with the x-api-key is added to the header.
the aforementioned label_url is only usable on browsers while you’re logged in to the veeqo app by prepending https://APP.veeqo.com. thus requires a valid cookie. there’s no way of requesting the label_url via API. I would be thrilled if there was, because i’ve been following this issue for months now.
Please check below thread for the same issue: