curl --request GET \
--url https://api.shipbob.com/2025-07/return/{id} \
--header 'Authorization: Bearer <token>'
Authentication using Personal Access Token (PAT) token
Success
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/2025-07/return/{id} \
--header 'Authorization: Bearer <token>'