Get label
GET/shipping_labels/{id}
Get a specific shipping label by ID.
Headers
AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token
Path parameters
idstringRequired
Shipping label ID
Example Request
curl -X GET https://api.parsel.app/shipping_labels/123e4567-e89b-12d3-a456-426614174000 -H "Authorization: Bearer <bearer_token>"