curl --request GET \
--url https://api.shipbob.com/2025-07/receiving/{id}/labels \
--header 'Authorization: Bearer <token>'
"string"
Authentication using Personal Access Token (PAT) token
Id of the receiving order
Success
The response is of type string<byte>
.
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/2025-07/receiving/{id}/labels \
--header 'Authorization: Bearer <token>'
"string"